Change log file folder
This commit is contained in:
@@ -32,7 +32,7 @@ class Mask extends PhpObject
|
||||
public function __construct($sFileName='', Translator $oLang=null, $sTimezone = '')
|
||||
{
|
||||
//init
|
||||
parent::__construct(__FILE__, Settings::DEBUG);
|
||||
parent::__construct(__CLASS__);
|
||||
$this->sMaskName = '';
|
||||
$this->sFilePath = '';
|
||||
$this->sMask = '';
|
||||
|
||||
Reference in New Issue
Block a user