Skip to content

Commit

Permalink
Merge pull request #23719 from owncloud/pr-16857-printcss-followup
Browse files Browse the repository at this point in the history
Initialise the printcss array
  • Loading branch information
LukasReschke committed Apr 1, 2016
2 parents cce6194 + 0235a79 commit e7ac5dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/templatelayout.php
Expand Up @@ -156,6 +156,7 @@ public function __construct( $renderAs, $appId = '' ) {
// 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];
Expand Down

0 comments on commit e7ac5dc

Please sign in to comment.