Index: trunk/extensions/GlobalUsage/ApiQueryGlobalUsage.php |
— | — | @@ -22,11 +22,6 @@ |
23 | 23 | * http://www.gnu.org/copyleft/gpl.html |
24 | 24 | */ |
25 | 25 | |
26 | | -if ( !defined( 'MEDIAWIKI' ) ) { |
27 | | - // Eclipse helper - will be ignored in production |
28 | | - require_once ( "ApiQueryBase.php" ); |
29 | | -} |
30 | | - |
31 | 26 | class ApiQueryGlobalUsage extends ApiQueryBase { |
32 | 27 | public function __construct( $query, $moduleName ) { |
33 | 28 | parent :: __construct( $query, $moduleName, 'gu' ); |
— | — | @@ -139,4 +134,4 @@ |
140 | 135 | public function getVersion() { |
141 | 136 | return __CLASS__ . ': $Id$'; |
142 | 137 | } |
143 | | -} |
\ No newline at end of file |
| 138 | +} |