* Remove deprecated $wgOnlySysopsCanPatrol references; use User::isAllowed( 'patrol...
[lhc/web/wiklou.git] / includes / SpecialImagelist.php
index feed860..6438e9c 100644 (file)
@@ -10,7 +10,7 @@
  */
 function wfSpecialImagelist() {
        global $wgUser, $wgOut, $wgLang, $wgRequest, $wgMiserMode;
-       
+
        $sort = $wgRequest->getVal( 'sort' );
        $wpIlMatch = $wgRequest->getText( 'wpIlMatch' );
        $dbr =& wfGetDB( DB_SLAVE );