From: Sam Reed Date: Thu, 4 Nov 2010 13:20:58 +0000 (+0000) Subject: Fixup r75999, add missing ./PhpStorm-98.240/bin/webide.sh Wheee r76000 X-Git-Tag: 1.31.0-rc.0~34097 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=1d0acc5fb4cbd94ae893076348a84ec92fec2094;p=lhc%2Fweb%2Fwiklou.git Fixup r75999, add missing ./PhpStorm-98.240/bin/webide.sh Wheee r76000 --- 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' );