2
0
forked from Wavyzz/dolibarr

FIX syntax

This commit is contained in:
Nicolas ZABOURI
2019-05-17 11:24:24 +02:00
parent 974c0d1d37
commit 1f789fa266

View File

@@ -667,7 +667,7 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
array(
'doc/' => dol_buildpath(strtolower($this->name).'/doc/', 1),
'img/' => dol_buildpath(strtolower($this->name).'/img/', 1),
'images/' => dol_buildpath(strtolower($this->name).'/imgages/', 1),
'images/' => dol_buildpath(strtolower($this->name).'/images/', 1),
)
);
}