Changes

Line 167: Line 167:  
<source lang="php">
 
<source lang="php">
 
$mymoduledir=DOL_DATA_ROOT.'/monmodule';
 
$mymoduledir=DOL_DATA_ROOT.'/monmodule';
if (! is_dir($mymoduledir)) create_exdir($mymoduledir);
+
create_exdir($mymoduledir);
 
</source>
 
</source>