[-] BO : #PSTEST-150 : fix bug in AdminScenes

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11811 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-27 17:23:00 +00:00
parent ac1b512272
commit 7249993a3f
2 changed files with 42 additions and 16 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
*/
function smarty_function_implode($params, $template)
{
if (empty($params['value']))
if (!isset($params['value']))
{
trigger_error("[plugin] implode parameter 'value' cannot be empty", E_USER_NOTICE);
return;