Skip to content

Commit

Permalink
#165 [Core] fix: default ecm folders creation path
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo David committed Feb 10, 2023
1 parent 69ebf71 commit 653cbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/modDoliMeet.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function __construct($db)

// Data directories to create when module is enabled.
// Example: this->dirs = array("/dolimeet/temp","/dolimeet/subdir");
$this->dirs = ['/dolimeet/temp', 'ecm/dolimeet/attendancesheetdocument/', 'ecm/dolimeet/completioncertificatedocument/'];
$this->dirs = ['/dolimeet/temp', '/ecm/dolimeet/attendancesheetdocument/', '/ecm/dolimeet/completioncertificatedocument/'];

// Config pages. Put here list of php page, stored into dolimeet/admin directory, to use to setup module.
$this->config_page_url = ['setup.php@dolimeet'];
Expand Down

0 comments on commit 653cbe3

Please sign in to comment.