r63685 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63684‎ | r63685 | r63686 >
Date:16:13, 13 March 2010
Author:happy-melon
Status:ok
Tags:
Comment:
This check throws E_NOTICEs and isn't particularly rigorous.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialNewpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialNewpages.php
@@ -136,6 +136,7 @@
137137 );
138138
139139 // Disable some if needed
 140+ # FIXME: throws E_NOTICEs if not set; and doesn't obey hooks etc
140141 if ( $wgGroupPermissions['*']['createpage'] !== true )
141142 unset($filters['hideliu']);
142143

Status & tagging log