Правки namespace

This commit is contained in:
CORP\phedor 2018-04-13 17:59:57 +03:00
parent ee06f1febb
commit 524b27936a
39 changed files with 141 additions and 120 deletions

View file

@ -11,7 +11,7 @@ class ActionLogger
public $action;
public $processor;
function __construct(/*.Filter_Filter.*/$processor, $logPath, $user) {
function __construct(/*.Filter.*/$processor, $logPath, $user) {
$this->processor = $processor;
$this->user = $user;
$this->file = fopen($logPath, "a");