Operator Panel: Fix to show Status of User assigned to an Extension.

This commit is contained in:
Nate Jones 2015-04-15 23:19:50 +00:00
parent a3883ec8ae
commit 6f2cde7523
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function get_call_activity() {
foreach($extensions as &$row) {
if ($row['user_uuid'] != '') {
$ext_user_status[$row['user_uuid']] = $row['user_status'];
unset($row['user_uuid'], $row['user_status']);
unset($row['user_status']);
}
}