Fixing parser bug that broke API rollback: use $this->mTitle instead of $wgTitle...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 18 Jan 2008 14:27:15 +0000 (14:27 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 18 Jan 2008 14:27:15 +0000 (14:27 +0000)
commitbadb8cf10c1e0b9daffecb93dd6003d7dc71120a
tree962d71f20d583f1ccea736de1ebe43e24bda58aa
parent19760666ca3d2b39d5c981c8b3a20371dbe64962
Fixing parser bug that broke API rollback: use $this->mTitle instead of $wgTitle (the latter is NULL in API calls).
includes/Parser_OldPP.php