Works on workflow

This commit is contained in:
Regis Houssin
2010-04-21 22:50:47 +00:00
parent 9bb912d61c
commit 6d4fc1b0f5
2 changed files with 1 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ class modWorkflow extends DolibarrModules
$this->picto='workflow@workflow'; $this->picto='workflow@workflow';
// Defined if the directory /mymodule/inc/triggers/ contains triggers or not // Defined if the directory /mymodule/inc/triggers/ contains triggers or not
$this->triggers = 0; $this->triggers = 1;
// Data directories to create when module is enabled // Data directories to create when module is enabled
$this->dirs = array("/workflow/temp"); $this->dirs = array("/workflow/temp");