diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-03-21 16:59:10 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-03-21 16:59:10 +0100 |
commit | 99bf4376403fa8e53ba3fb2877b645cde812085c (patch) | |
tree | b5b2708083d1293c5e692a530701c809d146817e /lib/private/TemplateLayout.php | |
parent | 348d97dfd65f8bc6f1fcdc22476adef27db959f4 (diff) | |
download | nextcloud-server-99bf4376403fa8e53ba3fb2877b645cde812085c.tar.gz nextcloud-server-99bf4376403fa8e53ba3fb2877b645cde812085c.zip |
Remove test code
This seems to have been commited by mistake with https://github.com/nextcloud/server/commit/6dbe417c51125419516dd29ebe4e529926c41a0f
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib/private/TemplateLayout.php')
-rw-r--r-- | lib/private/TemplateLayout.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/TemplateLayout.php b/lib/private/TemplateLayout.php index a9bfaf9a7c7..33f61e3c3ac 100644 --- a/lib/private/TemplateLayout.php +++ b/lib/private/TemplateLayout.php @@ -150,7 +150,6 @@ class TemplateLayout extends \OC_Template { \OC::$server->getURLGenerator() ); $this->assign('inline_ocjs', $jsConfigHelper->getConfig()); - $this->assign('foo', 'bar'); } else { $this->append('jsfiles', \OC::$server->getURLGenerator()->linkToRoute('core.OCJS.getConfig', ['v' => self::$versionHash])); } |