- fix require for htmlpurifier, thx to Timo for the hint

This commit is contained in:
Michael Kaufmann (d00p)
2010-09-30 12:53:34 +00:00
parent d3cd83eb93
commit be8d38b478

View File

@@ -87,7 +87,7 @@ class ticket
$this->tid = $tid; $this->tid = $tid;
// initialize purifier // initialize purifier
require_once '../htmlpurifier/library/HTMLPurifier.auto.php'; require_once dirname(dirname(__FILE__)).'/htmlpurifier/library/HTMLPurifier.auto.php';
$this->_purifier = new HTMLPurifier(); $this->_purifier = new HTMLPurifier();
// initialize data array // initialize data array