Index: trunk/phase3/api.php |
— | — | @@ -105,9 +105,6 @@ |
106 | 106 | |
107 | 107 | // Set a dummy $wgTitle, because $wgTitle == null breaks various things |
108 | 108 | // In a perfect world this wouldn't be necessary |
109 | | -// |
110 | | -// @todo @fixme Ummmm, doesn't this line make the PHP4 check at the top completely |
111 | | -// useless? Suggest moving more stuff out of api.php like we did with index.php |
112 | 109 | $wgTitle = Title::makeTitle( NS_MAIN, 'API' ); |
113 | 110 | |
114 | 111 | /* Construct an ApiMain with the arguments passed via the URL. What we get back |