//small fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16017 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-06-14 12:41:19 +00:00
parent 7c24c50d9b
commit 70bec3b36d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -479,7 +479,7 @@ class HelperListCore extends Helper
self::$cache_lang['Default'] = $this->l('Default', 'Helper');
$tpl->assign(array_merge($this->tpl_delete_link_vars, array(
'href' => Tools::safeOutput($this->currentIndex.'&'.$this->identifier.'='.$id.'&delete'.$this->table.'&token='.($token != null ? $token : $this->token)),
'href' => Tools::safeOutput($this->currentIndex).'&'.Tools::safeOutput($this->identifier).'='.(int)$id.'&delete'.Tools::safeOutput($this->table).'&token='.Tools::safeOutput(($token != null ? $token : $this->token)),
'action' => self::$cache_lang['Default'],
'name' => Tools::safeOutput($name),
)));