Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -450,7 +450,7 @@ |
451 | 451 | # If patrolling is already on, then we know that it |
452 | 452 | # was intended to have all namespaces patrollable. |
453 | 453 | if( $wgUseRCPatrol || $wgUseNPPatrol ) { |
454 | | - global $wgCanonicalNamespaceNames; |
| 454 | + global $wgFlaggedRevsPatrolNamespaces, $wgCanonicalNamespaceNames; |
455 | 455 | $wgFlaggedRevsPatrolNamespaces = array_keys( $wgCanonicalNamespaceNames ); |
456 | 456 | } |
457 | 457 | $wgUseRCPatrol = true; |