Last modified: 2007-07-12 15:42:14 UTC
On an SVN checkout wiki with error_reporting( E_ALL | E_STRICT ), and where anons can make page moves, getting this error: --------------------------------------------------- <b>Fatal error</b>: Call to a member function getFullUrl() on a non-object in <b>includes/SpecialMovepage.php</b> on line <b>277</b><br /> --------------------------------------------------- On this fuzz test: --------------------------------------------------- curl --silent --include --globoff -F 'action'='success' -F 'target'='\x3cTR lang=\x3c/hiero' 'http://localhost/wiki/index.php?title=Special:Movepage' ---------------------------------------------------
Fixed in r24035, now throws a graceful bad title error.