r70226 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70225‎ | r70226 | r70227 >
Date:18:31, 31 July 2010
Author:platonides
Status:ok
Tags:
Comment:
Eclipse will hardly be able to open ApiQueryBase.php, which is not on this folder.
Modified paths:
  • /trunk/extensions/GlobalUsage/ApiQueryGlobalUsage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GlobalUsage/ApiQueryGlobalUsage.php
@@ -22,11 +22,6 @@
2323 * http://www.gnu.org/copyleft/gpl.html
2424 */
2525
26 -if ( !defined( 'MEDIAWIKI' ) ) {
27 - // Eclipse helper - will be ignored in production
28 - require_once ( "ApiQueryBase.php" );
29 -}
30 -
3126 class ApiQueryGlobalUsage extends ApiQueryBase {
3227 public function __construct( $query, $moduleName ) {
3328 parent :: __construct( $query, $moduleName, 'gu' );
@@ -139,4 +134,4 @@
140135 public function getVersion() {
141136 return __CLASS__ . ': $Id$';
142137 }
143 -}
\ No newline at end of file
 138+}

Status & tagging log