Change log file folder

This commit is contained in:
2023-08-06 13:24:00 +02:00
parent dd4469c349
commit e1cf78b992
6 changed files with 16 additions and 9 deletions

View File

@@ -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 = '';