Remove spurious 0 from r78831
authorSam Reed <reedy@users.mediawiki.org>
Wed, 22 Dec 2010 21:12:50 +0000 (21:12 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 22 Dec 2010 21:12:50 +0000 (21:12 +0000)
includes/api/ApiQueryQueryPage.php

index 2259aad..4059260 100644 (file)
@@ -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
  *