fix explode
This commit is contained in:
parent
84a512eefa
commit
22b82eff3f
@ -433,7 +433,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