2
0
forked from Wavyzz/dolibarr

Code style

This commit is contained in:
Laurent Destailleur
2019-03-04 17:36:45 +01:00
parent 68bb95079a
commit 0d49f27831

View File

@@ -1156,7 +1156,8 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
}
}
if (! $dirfound) { dol_syslog("A module ask to load sql files into ".$reldir." but this directory was not found.", LOG_WARNING);
if (! $dirfound) {
dol_syslog("A module ask to load sql files into ".$reldir." but this directory was not found.", LOG_WARNING);
}
return $ok;
}