Index: trunk/extensions/Storyboard/api/ApiStoryExists.php |
— | — | @@ -23,11 +23,6 @@ |
24 | 24 | * http://www.gnu.org/copyleft/gpl.html |
25 | 25 | */ |
26 | 26 | |
27 | | -if ( !defined( 'MEDIAWIKI' ) ) { |
28 | | - // Eclipse helper - will be ignored in production |
29 | | - require_once ( "ApiBase.php" ); |
30 | | -} |
31 | | - |
32 | 27 | /** |
33 | 28 | * This action returns the html for Stories to be displayed in a storyboard. |
34 | 29 | * |
— | — | @@ -119,4 +114,4 @@ |
120 | 115 | public function getVersion() { |
121 | 116 | return __CLASS__ . ': $Id: ApiStoryExists.php 63775 2010-03-15 16:35:22Z jeroendedauw $'; |
122 | 117 | } |
123 | | -} |
\ No newline at end of file |
| 118 | +} |
Index: trunk/extensions/Storyboard/api/ApiStoryReview.php |
— | — | @@ -23,11 +23,6 @@ |
24 | 24 | * http://www.gnu.org/copyleft/gpl.html |
25 | 25 | */ |
26 | 26 | |
27 | | -if ( !defined( 'MEDIAWIKI' ) ) { |
28 | | - // Eclipse helper - will be ignored in production |
29 | | - require_once ( "ApiBase.php" ); |
30 | | -} |
31 | | - |
32 | 27 | /** |
33 | 28 | * Api class that facilitates story review actions. |
34 | 29 | * |
— | — | @@ -167,4 +162,4 @@ |
168 | 163 | public function getVersion() { |
169 | 164 | return __CLASS__ . ': $Id$'; |
170 | 165 | } |
171 | | -} |
\ No newline at end of file |
| 166 | +} |
Index: trunk/extensions/Storyboard/api/ApiQueryStories.php |
— | — | @@ -24,11 +24,6 @@ |
25 | 25 | * http://www.gnu.org/copyleft/gpl.html |
26 | 26 | */ |
27 | 27 | |
28 | | -if ( !defined( 'MEDIAWIKI' ) ) { |
29 | | - // Eclipse helper - will be ignored in production |
30 | | - require_once ( "ApiBase.php" ); |
31 | | -} |
32 | | - |
33 | 28 | /** |
34 | 29 | * API class for the querieng of stories. |
35 | 30 | * |
— | — | @@ -226,4 +221,4 @@ |
227 | 222 | return __CLASS__ . ': $Id$'; |
228 | 223 | } |
229 | 224 | |
230 | | -} |
\ No newline at end of file |
| 225 | +} |