Avoid master queries on SpecialBlockList
[lhc/web/wiklou.git] / includes / specials / SpecialWantedfiles.php
index 937a503..8a1a6c6 100644 (file)
@@ -99,10 +99,10 @@ class WantedFilesPage extends WantedQueryPage {
         * Use wfFindFile so we still think file namespace pages without
         * files are missing, but valid file redirects and foreign files are ok.
         *
-        * @return boolean
+        * @return bool
         */
        protected function existenceCheck( Title $title ) {
-               return (bool) wfFindFile( $title );
+               return (bool)wfFindFile( $title );
        }
 
        function getQueryInfo() {