summaryrefslogtreecommitdiffstats
path: root/lib/private/templatelayout.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-04-01 09:46:15 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-04-01 09:46:15 +0200
commit0235a79b4ea445ff42872d705aa8bc1d977d88da (patch)
tree967eeb56ed9bc8824ba6a8135181c8b11380d1e7 /lib/private/templatelayout.php
parentcce619436807af3127542a9c73b9d2d85f9327bd (diff)
downloadnextcloud-server-0235a79b4ea445ff42872d705aa8bc1d977d88da.tar.gz
nextcloud-server-0235a79b4ea445ff42872d705aa8bc1d977d88da.zip
Initialise the printcss array
Diffstat (limited to 'lib/private/templatelayout.php')
-rw-r--r--lib/private/templatelayout.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/templatelayout.php b/lib/private/templatelayout.php
index a1b75a34213..fe7638f399d 100644
--- a/lib/private/templatelayout.php
+++ b/lib/private/templatelayout.php
@@ -156,6 +156,7 @@ class TemplateLayout extends \OC_Template {
// Add the css files
$cssFiles = self::findStylesheetFiles(\OC_Util::$styles);
$this->assign('cssfiles', array());
+ $this->assign('printcssfiles', []);
foreach($cssFiles as $info) {
$web = $info[1];
$file = $info[2];