FIX : indentation

This commit is contained in:
Philippe GRAND 2021-08-23 10:20:22 +02:00
parent f88fdbe71d
commit 7c2d19ffaf

View File

@ -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';