// fix bug in HelperView

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10454 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-22 16:59:03 +00:00
parent c5c479dcb7
commit 41d593618d
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();