1
0
mirror of synced 2024-11-22 05:16:09 +03:00

fix explode

This commit is contained in:
Grisha Pomadchin 2013-09-09 17:55:13 +04:00
parent 84a512eefa
commit 22b82eff3f

View File

@ -433,7 +433,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)