Last modified: 2006-09-09 09:35:17 UTC
CURL example command: =================================== curl --silent --include -F 'target'='Main Page' -F 'oldid'='x' '192.168.0.64/wiki/index.php?title=Special:Revisiondelete' =================================== HTML output (with E_ALL errors) includes: =================================== <br /> <b>Fatal error</b>: Call to a member function getId() on a non-object in <b>/var/www/hosts/mediawiki/phase3/includes/SpecialRevisiondelete.php</b> on line <b>213</b><br /> ===================================
Created attachment 2330 [details] Patch to fix null object bug
Fixed in r16454.