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