Bug fixes
This commit is contained in:
parent
8ad9922bf3
commit
722d7b3288
|
@ -1,8 +1,10 @@
|
|||
.DS_Store
|
||||
bl-content/*
|
||||
bl-plugins/timemachine
|
||||
bl-plugins/timemachine-x
|
||||
bl-plugins/remote-content
|
||||
bl-plugins/simple-stats
|
||||
bl-plugins/discovery
|
||||
bl-kernel/bludit.pro.php
|
||||
bl-themes/docs
|
||||
bl-themes/docsx
|
||||
|
|
|
@ -45,6 +45,7 @@ class dbSyslog extends dbJSON
|
|||
$data['date'] = Date::current(DB_DATE_FORMAT);
|
||||
$data['dictionaryKey'] = $args['dictionaryKey'];
|
||||
$data['notes'] = Sanitize::html($args['notes']);
|
||||
// Unique ID for each execution, defined in boot/init.php
|
||||
$data['idExecution'] = $GLOBALS['ID_EXECUTION'];
|
||||
$data['method'] = $_SERVER['REQUEST_METHOD'];
|
||||
|
||||
|
|
Loading…
Reference in New Issue