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

This commit is contained in:
lLefevre
2011-12-27 17:23:00 +00:00
parent e2afbfc385
commit 15d0d9281d
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;