From: Sam Reed Date: Wed, 22 Dec 2010 21:12:50 +0000 (+0000) Subject: Remove spurious 0 from r78831 X-Git-Tag: 1.31.0-rc.0~33164 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=e1bb9e302fecbf5ae7fc1248a63f4a064dcd2268;p=lhc%2Fweb%2Fwiklou.git Remove spurious 0 from r78831 --- diff --git a/includes/api/ApiQueryQueryPage.php b/includes/api/ApiQueryQueryPage.php index 2259aad0fd..40592605b6 100644 --- a/includes/api/ApiQueryQueryPage.php +++ b/includes/api/ApiQueryQueryPage.php @@ -28,7 +28,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { // Eclipse helper - will be ignored in production require_once( 'ApiQueryBase.php' ); } -0 + /** * Query module to get the results of a QueryPage-based special page *