diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-02 08:28:24 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-02 08:46:43 +0200 |
commit | e7a190179f09f14f6eddea0946721a7d0cf34302 (patch) | |
tree | e752bd3599238aa42fbba9f45e0ba9b8b12c6c19 /core/js/shareconfigmodel.js | |
parent | 579588a4cd430f785e30e627c2d8d12131bce4f6 (diff) | |
download | nextcloud-server-e7a190179f09f14f6eddea0946721a7d0cf34302.tar.gz nextcloud-server-e7a190179f09f14f6eddea0946721a7d0cf34302.zip |
Change oc_config usage to OC.config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js/shareconfigmodel.js')
-rw-r--r-- | core/js/shareconfigmodel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/shareconfigmodel.js b/core/js/shareconfigmodel.js index 45c89d9e079..966e283cba9 100644 --- a/core/js/shareconfigmodel.js +++ b/core/js/shareconfigmodel.js @@ -8,7 +8,7 @@ * */ -/* global moment, oc_appconfig, oc_config */ +/* global moment, oc_appconfig */ (function() { if (!OC.Share) { |