[-] 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 8cc4127228
commit 0a3ed0b9eb
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,