Skip to content

Commit

Permalink
[BUGFIX] Automatically create the uploads folder on install (#20)
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
oliverklee authored Jan 28, 2018
1 parent f2f56a2 commit 9a7c395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Removed

### Fixed
- automatically create the uploads folder on install (#20)
- add missing localized label for organizer in notification email (#18)
- require Scheduler in development mode (#17)
- skip the Scheduler-related tests if that extension is not installed (#16)
Expand Down
3 changes: 1 addition & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
'module' => 'BackEnd',
'state' => 'stable',
'internal' => 0,
'uploadfolder' => 1,
'createDirs' => '',
'createDirs' => 'uploads/tx_seminars/',
'modify_tables' => 'be_groups,fe_groups,fe_users',
'clearCacheOnLoad' => 1,
'lockType' => '',
Expand Down

0 comments on commit 9a7c395

Please sign in to comment.