diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/OC/routing.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/OC/routing.js b/core/src/OC/routing.js index 145f075c1b2..8a8bd508d51 100644 --- a/core/src/OC/routing.js +++ b/core/src/OC/routing.js @@ -91,7 +91,7 @@ export const generateUrl = (url, params, options) => { } - if (oc_config.modRewriteWorking === true) { + if (OC.config.modRewriteWorking === true) { return getRootPath() + _build(url, params); } |