Last modified: 2006-07-05 18:16:14 UTC
Similar to bug 6533 , but this occurs on a different Special page: ===================================================== curl --silent --include \ -F 'from'='+++--+1'\ '192.168.0.64/wiki/index.php/Special:Prefixindex' ===================================================== HTML output includes this: ===================================================== <br /> <b>Notice</b>: Undefined variable: dbr in <b>/var/www/hosts/mediawiki/phase3/includes/SpecialPrefixindex.php</b> on line <b>134</b><br /> =====================================================
Fixed by r15350. thanks :)