From e1bb9e302fecbf5ae7fc1248a63f4a064dcd2268 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 22 Dec 2010 21:12:50 +0000 Subject: [PATCH] Remove spurious 0 from r78831 --- includes/api/ApiQueryQueryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.20.1