Index: trunk/phase3/includes/specials/SpecialNewpages.php |
— | — | @@ -136,6 +136,7 @@ |
137 | 137 | ); |
138 | 138 | |
139 | 139 | // Disable some if needed |
| 140 | + # FIXME: throws E_NOTICEs if not set; and doesn't obey hooks etc |
140 | 141 | if ( $wgGroupPermissions['*']['createpage'] !== true ) |
141 | 142 | unset($filters['hideliu']); |
142 | 143 | |