Skip to content
Snippets Groups Projects
Commit 3e9671fd authored by Laurent's avatar Laurent
Browse files

Fix USERFILESPATH regression

parent c510ea98
Branches
Tags
3 merge requests!999Master,!992Master,!991Master
......@@ -73,7 +73,7 @@ function setupConstants() {
defineConstant('MODULEDIRECTORY', ROOT_PATH . 'application/modules');
defineConstant('LANG_DIR', ROOT_PATH . 'library/translation/');
defineConstant('USERFILESPATH', ROOT_PATH . 'userfiles');
defineConstant('USERFILESPATH', './userfiles');
defineConstant('USERFILESURL', BASE_URL . '/userfiles/');
defineConstant('PATH_TEMP', ROOT_PATH . 'temp/');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment