1
0

PHP 5.3 compatibility

This commit is contained in:
Garvin Hicking
2009-07-14 11:48:10 +00:00
parent 677df54625
commit 249580a5b9
4 changed files with 6 additions and 6 deletions

View File

@ -619,7 +619,7 @@ class serendipity_event_textwiki extends serendipity_event
include_once S9Y_PEAR_PATH . 'Text/Wiki.php';
if (class_exists('Text_Wiki')) {
$this->wiki =& new Text_Wiki;
$this->wiki = new Text_Wiki;
$this->wiki->setFormatConf('Xhtml', 'translate', null);
$this->wiki->setFormatConf('Xhtml', 'charset', LANG_CHARSET);
} else {