Update logs layout
This commit is contained in:
@@ -23,7 +23,7 @@ class Mask extends PhpObject
|
||||
public function __construct($sFileName='')
|
||||
{
|
||||
//init
|
||||
parent::__construct(__CLASS__, Settings::DEBUG);
|
||||
parent::__construct(__FILE__, Settings::DEBUG);
|
||||
$this->sMaskName = '';
|
||||
$this->sFilePath = '';
|
||||
$this->sMask = '';
|
||||
|
||||
Reference in New Issue
Block a user