forked from Wavyzz/dolibarr
New: Add warning when we try to load sql from an not existing dir
This commit is contained in:
@@ -173,7 +173,7 @@ class modWorkflow extends DolibarrModules
|
||||
*/
|
||||
function load_tables()
|
||||
{
|
||||
return $this->_load_tables('/workflow/sql/');
|
||||
return $this->_load_tables('');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user