diff options
author | Joas Schilling <coding@schilljs.com> | 2016-10-25 10:57:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-25 10:57:48 +0200 |
commit | 890f752a6b57598ee6b2088a615c41f60d697847 (patch) | |
tree | 191c38b854d23f34a285b6fab711c82b2d5ed1f7 /lib/private | |
parent | 79706e0ddc6ab970d5709e89b8d0caec4d34662b (diff) | |
parent | 2aca56f207048e6dff44983fe4cd7af834e70b42 (diff) | |
download | nextcloud-server-890f752a6b57598ee6b2088a615c41f60d697847.tar.gz nextcloud-server-890f752a6b57598ee6b2088a615c41f60d697847.zip |
Merge pull request #1452 from nextcloud/appconfig-endpoint
Appconfig endpoint
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/legacy/template.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/legacy/template.php b/lib/private/legacy/template.php index 7520ffd44ed..7c0b58db0c0 100644 --- a/lib/private/legacy/template.php +++ b/lib/private/legacy/template.php @@ -139,6 +139,7 @@ class OC_Template extends \OC\Template\Base { OC_Util::addScript("oc-requesttoken", null, true); OC_Util::addScript('search', 'search', true); OC_Util::addScript("config", null, true); + OC_Util::addScript("public/appconfig", null, true); OC_Util::addScript("eventsource", null, true); OC_Util::addScript("octemplate", null, true); OC_Util::addTranslations("core", null, true); |