Skip to content

Commit

Permalink
Add missing properties to Template library
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Jun 6, 2016
1 parent 76af5d5 commit 3d95808
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

final class Template {

protected $additional_css;
protected $context;
protected $opengraph;
protected $template;

public function __construct(&$context, $template) {
Expand Down

0 comments on commit 3d95808

Please sign in to comment.