Fix a bug that broke do not disturb in the gui.
This commit is contained in:
parent
84c3491566
commit
306c92557c
|
|
@ -125,7 +125,7 @@ if (count($_GET)>0) {
|
|||
|
||||
if (strlen($user_status) > 0) {
|
||||
//include the dnd class
|
||||
include "resources/classes/do_not_disturb.php";
|
||||
include "app/calls/resources/classes/do_not_disturb.php";
|
||||
//loop through the list of assigned extensions
|
||||
foreach ($_SESSION['user']['extension'] as &$row) {
|
||||
$extension = $row["user"];
|
||||
|
|
|
|||
Loading…
Reference in New Issue