// fix bug in HelperView

This commit is contained in:
lLefevre
2011-11-22 16:59:03 +00:00
parent 2fbafe711d
commit e3f31993bf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class HelperCore
/**
* @var string base template name
*/
protected $base_tpl = 'content.tpl';
public $base_tpl = 'content.tpl';
public $tpl_vars = array();