- fix require for htmlpurifier, thx to Timo for the hint
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user