Last modified: 2008-02-08 05:01:02 UTC
Setup.php uses echo() at lines 11 and 26, it should use $wgOut->addHTML()
I think that the echo is being used because the $wgOut object hasn't been created yet (it's created on line 237).
That would make sense, I didn't check to see if $wgOut had been created yet. Resolving as INVALID.