fix explode
This commit is contained in:
parent
2ccc2999e6
commit
fc469781b2
@ -396,7 +396,7 @@ class ICrmOrderActions
|
||||
if(!$str)
|
||||
return array();
|
||||
|
||||
$array = expolde(" ", ICrmOrderActions::toJSON($str), 3);
|
||||
$array = explode(" ", self::toJSON($str), 3);
|
||||
|
||||
foreach($array as &$ar)
|
||||
if(!$ar)
|
||||
|
Loading…
Reference in New Issue
Block a user