FIX : indentation
This commit is contained in:
parent
f88fdbe71d
commit
7c2d19ffaf
@ -170,9 +170,9 @@ class modBlockedLog extends DolibarrModules
|
||||
$sql = array();
|
||||
|
||||
// If already used, we add an entry to show we enable module
|
||||
require_once DOL_DOCUMENT_ROOT.'/blockedlog/class/blockedlog.class.php';
|
||||
require_once DOL_DOCUMENT_ROOT . '/blockedlog/class/blockedlog.class.php';
|
||||
|
||||
$object = new stdClass();
|
||||
$object = new stdClass();
|
||||
$object->id = 1;
|
||||
$object->element = 'module';
|
||||
$object->ref = 'systemevent';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user