dont use deprecated oc_config in url generation

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2019-05-17 14:23:08 +02:00 committed by Roeland Jago Douma
parent 9fce7014af
commit 1799e1acaf
No known key found for this signature in database
GPG Key ID: F941078878347C0C
7 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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);
}