This commit is contained in:
osaajani 2019-11-12 19:19:55 +01:00
parent 65dacb5302
commit 4c27d8ccf2
13 changed files with 121 additions and 137 deletions

View file

@ -109,7 +109,7 @@ namespace controllers\internals;
return false;
}
$this->internal_event->create('COMMAND_ADD', 'Ajout commande : '.$name.' => '.$script);
$this->internal_event->create($_SESSION['user']['id'], 'COMMAND_ADD', 'Ajout commande : '.$name.' => '.$script);
return $result;
}