On 28 Jan 2007 at 15:20, Sandy Rozhon wrote:
Fatal error: Call to undefined function: openshowcategory() in /home/sandy/htdocs/barbarowa/trees/wiki/includes/EditPage.php on line 1126
This is what my current line #1126 contains that this error points to:
"','" . wfEscapeJsString( wfMsg( "infobox_alert" ) ) . "');\n";
Sorry -- Line #1126 in v1.6.9 is this:
$this->mArticle->openShowCategory();
Sandy