r43074 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r43073
|
r43074
|
r43075
>
Date:
12:59, 2 November 2008
Author:
siebrand
Status:
old
Tags:
Comment:
Fix notices when not using patrolling
Modified paths:
/trunk/extensions/uniwiki/FormatChanges/FormatChanges.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/uniwiki/FormatChanges/FormatChanges.php
—
—
@@ -52,7 +52,7 @@
53
53
// handle these?
54
54
}
55
55
// new unpatrolled pages
56
- else if ( $rc->unpatrolled && $rc_type == RC_NEW ) {
56
+ else if ( isset( $rc->unpatrolled ) && $rc_type == RC_NEW ) {
57
57
// handle these?
58
58
}
59
59
// log entries
Status & tagging log
15:36, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r43074
[
removed:
deferred
added:
old]