Fixing style errors.
This commit is contained in:
parent
6be6e306b1
commit
f507df994b
@ -84,7 +84,7 @@ class InterfaceEventOrganization extends DolibarrTriggers
|
|||||||
if (is_array($taskToDo) && count($taskToDo)>0) {
|
if (is_array($taskToDo) && count($taskToDo)>0) {
|
||||||
// Load translation files required by the page
|
// Load translation files required by the page
|
||||||
$langs->loadLangs(array("eventorganization"));
|
$langs->loadLangs(array("eventorganization"));
|
||||||
|
|
||||||
$this->db->begin();
|
$this->db->begin();
|
||||||
foreach ($taskToDo as $taskLabel) {
|
foreach ($taskToDo as $taskLabel) {
|
||||||
$task = new Task($this->db);
|
$task = new Task($this->db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user