Skip to content
Snippets Groups Projects
Commit e7ac5dcc authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #23719 from owncloud/pr-16857-printcss-followup

Initialise the printcss array
parents cce61943 0235a79b
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
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