|
|
@@ -189,7 +189,8 @@ function USERS2_WINDYKACJA_STATUS() {
|
|
|
} else if ('sms' == $msgType) {
|
|
|
$msgStatusList = WindykacjaStatsHelper::get_sms_status_info($firstUser);
|
|
|
}
|
|
|
- $msgStatusFirstKey = reset(array_keys($msgStatusList));
|
|
|
+ $msgStatusFirstKey = array_keys($msgStatusList);
|
|
|
+ $msgStatusFirstKey = reset($msgStatusFirstKey);
|
|
|
$msgStatusInfo = $msgStatusList[$msgStatusFirstKey];
|
|
|
//echo'<pre>$msgStatusInfo:';print_r($msgStatusInfo);echo'</pre>';
|
|
|
|