diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2015-04-07 20:10:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2015-04-07 20:10:21 +0000 |
commit | 88bf68f5fbe662d4677337d698a64bf8abe88b3e (patch) | |
tree | 6ef0ef6ffebbfc8fa956cda0cb83c8561ae54ec9 /api.php | |
parent | 8b1a78fa5e62923d6dea1f9fe578c46b2910155e (diff) | |
parent | 536f98c7600397143c5f233a34c429111b97ec00 (diff) | |
download | mediawikicore-88bf68f5fbe662d4677337d698a64bf8abe88b3e.tar.gz mediawikicore-88bf68f5fbe662d4677337d698a64bf8abe88b3e.zip |
Merge "Kill Dwimmerlaik"
Diffstat (limited to 'api.php')
-rw-r--r-- | api.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ if ( !$wgEnableAPI ) { // Set a dummy $wgTitle, because $wgTitle == null breaks various things // In a perfect world this wouldn't be necessary -$wgTitle = Title::makeTitle( NS_MAIN, 'API' ); +$wgTitle = Title::makeTitle( NS_SPECIAL, 'Badtitle/dummy title for API calls set in api.php' ); // RequestContext will read from $wgTitle, but it will also whine about it. // In a perfect world this wouldn't be necessary either. |