[-] BO : Bug fix #PSTEST-1014 #PSTEST-966 - Wrong call of smarty translation function

This commit is contained in:
fSerny
2012-03-12 14:50:14 +00:00
parent c0a2483c07
commit 64d70d3656
5 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -662,7 +662,7 @@ class BlockCms extends Module
public function displayBlockCMS($column)
{
$cms_titles = BlockCMSModel::getCMSTitles($column);
print_r($cms_titles);
$this->smarty->assign(array(
'block' => 1,
'cms_titles' => $cms_titles,