diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-13 21:29:40 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-13 21:30:01 +0200 |
commit | 6b46d9f2e5069f3d3ad8ff0da9df752bf3c3ef3f (patch) | |
tree | a39bc78348aac2f07e34d1259ec33ce3967f44a3 /lib/private/Template | |
parent | 5ee6872c8ab688451b2489d35a9a19bbce457e98 (diff) | |
download | nextcloud-server-6b46d9f2e5069f3d3ad8ff0da9df752bf3c3ef3f.tar.gz nextcloud-server-6b46d9f2e5069f3d3ad8ff0da9df752bf3c3ef3f.zip |
Move OC.getCapabilities to the bundle and deprecate OC._capabilities, oc_capabilities
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Template')
-rw-r--r-- | lib/private/Template/JSConfigHelper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Template/JSConfigHelper.php b/lib/private/Template/JSConfigHelper.php index e1770ec73c2..2f959ea113a 100644 --- a/lib/private/Template/JSConfigHelper.php +++ b/lib/private/Template/JSConfigHelper.php @@ -271,7 +271,7 @@ class JSConfigHelper { 'longFooter' => $this->defaults->getLongFooter(), 'folder' => \OC_Util::getTheme(), ]), - "oc_capabilities" => json_encode($capabilities), + "_oc_capabilities" => json_encode($capabilities), ]; if ($this->currentUser !== null) { |