2
0
forked from Wavyzz/dolibarr

Fix module asset in development

This commit is contained in:
Alexandre SPANGARO
2021-02-08 05:39:07 +01:00
parent 8f4bd10a8d
commit b8ea96ba57
7 changed files with 89 additions and 159 deletions

View File

@@ -79,7 +79,7 @@ class modAsset extends DolibarrModules
// Data directories to create when module is enabled.
// Example: this->dirs = array("/asset/temp","/asset/subdir");
$this->dirs = array();
$this->dirs = array("/asset/temp");
// Config pages. Put here list of php page, stored into asset/admin directory, to use to setup module.
$this->config_page_url = array("setup.php@asset");