New: Add warning when we try to load sql from an not existing dir

This commit is contained in:
Laurent Destailleur
2012-11-16 13:25:49 +01:00
parent 5f9cf28e45
commit 2e8e1f759f
3 changed files with 24 additions and 26 deletions

View File

@@ -173,7 +173,7 @@ class modWorkflow extends DolibarrModules
*/
function load_tables()
{
return $this->_load_tables('/workflow/sql/');
return $this->_load_tables('');
}
}
?>