Fix a bug that broke do not disturb in the gui.
This commit is contained in:
@@ -125,7 +125,7 @@ if (count($_GET)>0) {
|
|||||||
|
|
||||||
if (strlen($user_status) > 0) {
|
if (strlen($user_status) > 0) {
|
||||||
//include the dnd class
|
//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
|
//loop through the list of assigned extensions
|
||||||
foreach ($_SESSION['user']['extension'] as &$row) {
|
foreach ($_SESSION['user']['extension'] as &$row) {
|
||||||
$extension = $row["user"];
|
$extension = $row["user"];
|
||||||
|
|||||||
Reference in New Issue
Block a user