Skip to content
Snippets Groups Projects
Commit 0235a79b authored by Joas Schilling's avatar Joas Schilling
Browse files

Initialise the printcss array

parent cce61943
No related branches found
No related tags found
No related merge requests found
...@@ -156,6 +156,7 @@ class TemplateLayout extends \OC_Template { ...@@ -156,6 +156,7 @@ class TemplateLayout extends \OC_Template {
// Add the css files // Add the css files
$cssFiles = self::findStylesheetFiles(\OC_Util::$styles); $cssFiles = self::findStylesheetFiles(\OC_Util::$styles);
$this->assign('cssfiles', array()); $this->assign('cssfiles', array());
$this->assign('printcssfiles', []);
foreach($cssFiles as $info) { foreach($cssFiles as $info) {
$web = $info[1]; $web = $info[1];
$file = $info[2]; $file = $info[2];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment