// Fixed module positions in tabs

This commit is contained in:
Damien Metzger
2013-07-04 09:33:43 +02:00
parent ae03669541
commit 47d343df90
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -351,7 +351,6 @@ class HelperCore
public function renderModulesList($modules_list)
{
$this->tpl_vars = array('modules_list' => $modules_list);
$tpl = $this->createTemplate('helpers/modules_list/list.tpl');
$tpl->assign($this->tpl_vars);