https://bugzilla.wikimedia.org/show_bug.cgi?id=50235

--- Comment #7 from physikerwelt <[email protected]> ---
sorry I mean comment it out, i.e.
// wfDebugLog( "Math", 'store entry for $' . $this->tex . '$ in database
(hash:'
. $this->getInputHash() . ')\n' );

a real fix could be to replace the line by
wfDebugLog( "Math", 'store entry for $' . $this->tex . '$ in database (hash:' .
var_export( $this->getInputHash() , false ) . ')\n' );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to