[-] BO : #PSTEST-150 : fix bug in AdminScenes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user