Правки namespace
This commit is contained in:
parent
ee06f1febb
commit
524b27936a
39 changed files with 141 additions and 120 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue