summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-09-19 19:43:47 +0200
committerJoas Schilling <coding@schilljs.com>2016-10-21 09:09:23 +0200
commit0b1fb180a53fc4e533e2f194977293bc509c5df3 (patch)
treed28abeb617a3eaf2bee8d97bd284fab126d4cd3f /lib
parent50b6ee67cb025332f1ec7012d3705150ef5a165a (diff)
downloadnextcloud-server-0b1fb180a53fc4e533e2f194977293bc509c5df3.tar.gz
nextcloud-server-0b1fb180a53fc4e533e2f194977293bc509c5df3.zip
Make AppConfig part of the public API
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/legacy/template.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/legacy/template.php b/lib/private/legacy/template.php
index b43b4da839a..9483eaf5f55 100644
--- a/lib/private/legacy/template.php
+++ b/lib/private/legacy/template.php
@@ -135,6 +135,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);