1
0
mirror of synced 2024-11-22 13:26:10 +03:00

fix explode

This commit is contained in:
Grisha Pomadchin 2013-09-09 17:53:58 +04:00
parent 2ccc2999e6
commit fc469781b2

View File

@ -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)