summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-03 22:29:00 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-04 10:56:52 +0100
commita498b72dec99a3ef8a0e9a15caa0afe3af245176 (patch)
treea901dcf413b6093179d7b54f89940ca08bacbcb2 /lib/private/legacy
parenta242ec695aca6054b63a3e48faf876bfd051292e (diff)
downloadnextcloud-server-a498b72dec99a3ef8a0e9a15caa0afe3af245176.tar.gz
nextcloud-server-a498b72dec99a3ef8a0e9a15caa0afe3af245176.zip
Move the contactsmenu handlebars templates to the bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/private/legacy')
-rw-r--r--lib/private/legacy/template.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/legacy/template.php b/lib/private/legacy/template.php
index 8acd7b8f9f5..5c49dc960d5 100644
--- a/lib/private/legacy/template.php
+++ b/lib/private/legacy/template.php
@@ -120,7 +120,6 @@ class OC_Template extends \OC\Template\Base {
OC_Util::addScript('merged-template-prepend', null, true);
OC_Util::addScript('files/fileinfo');
OC_Util::addScript('files/client');
- OC_Util::addScript('contactsmenu_templates');
OC_Util::addScript('core', 'dist/main', true);
if (\OC::$server->getRequest()->isUserAgent([\OC\AppFramework\Http\Request::USER_AGENT_IE])) {