From 1d0acc5fb4cbd94ae893076348a84ec92fec2094 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 4 Nov 2010 13:20:58 +0000 Subject: [PATCH] Fixup r75999, add missing ./PhpStorm-98.240/bin/webide.sh Wheee r76000 --- includes/api/ApiQueryInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryInfo.php b/includes/api/ApiQueryInfo.php index ffb6c0a170..2c7b64ac71 100644 --- a/includes/api/ApiQueryInfo.php +++ b/includes/api/ApiQueryInfo.php @@ -53,7 +53,7 @@ class ApiQueryInfo extends ApiQueryBase { $pageSet->requestField( 'page_restrictions' ); $pageSet->requestField( 'page_is_redirect' ); $pageSet->requestField( 'page_is_new' ); - if ( $wgDisablePageCounters ) { + if ( !$wgDisablePageCounters ) { $pageSet->requestField( 'page_counter' ); } $pageSet->requestField( 'page_touched' ); -- 2.20.1