Merge pull request #15601 from nextcloud/url-generation-oc-config

dont use deprecated oc_config in url generation
This commit is contained in:
Morris Jobke 2019-05-20 23:44:55 +02:00 committed by GitHub
commit 11f861221e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1 additions and 1 deletions

BIN
core/js/dist/login.js vendored

Binary file not shown.

Binary file not shown.

BIN
core/js/dist/main.js vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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