diff -r 8be996c3740d -r 112debff64bd includes/template.php --- a/includes/template.php Wed Dec 12 21:46:28 2007 -0500 +++ b/includes/template.php Sat Dec 15 18:10:14 2007 -0500 @@ -1072,7 +1072,7 @@ // // System messages - $text = preg_replace('//is', '\' . $this->tplWikiFormat($pages->sysMsg(\'\\1\')) . \'', $text); + $text = preg_replace('//is', '\' . $this->tplWikiFormat($paths->sysMsg(\'\\1\')) . \'', $text); // Template variables $text = preg_replace('/\{([A-z0-9_-]+?)\}/is', '\' . $this->tpl_strings[\'\\1\'] . \'', $text);