1
0
mirror of synced 2025-02-01 07:41:41 +03:00

func response fix

This commit is contained in:
Grisha Pomadchin 2013-08-05 15:16:52 +04:00
parent d2aa99fdad
commit fb582a1752

View File

@ -188,7 +188,7 @@ class ICrmOrderActions
//handle err //handle err
self::eventLog('ICrmOrderActions::orderCreate', 'empty($arFields)', 'incorrect order'); self::eventLog('ICrmOrderActions::orderCreate', 'empty($arFields)', 'incorrect order');
return true; return false;
} }
$rsUser = CUser::GetByID($arFields['USER_ID']); $rsUser = CUser::GetByID($arFields['USER_ID']);