API: Set $wgTitle to a dummy title in api.php, and introduce defined('API') as a...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sat, 2 May 2009 14:47:26 +0000 (14:47 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sat, 2 May 2009 14:47:26 +0000 (14:47 +0000)
commit5924eb85f03b850017c66f01eed24855e31378db
tree82a7564457bc8ba1fe9e90334be7e188d7693b6b
parent07146c4b3a502d254955a25bc48f8489b1a6dabb
API: Set $wgTitle to a dummy title in api.php, and introduce defined('API') as a check for API mode. This should fix errors about $wgTitle being null
api.php
includes/api/ApiEditPage.php