Fix a bug that broke do not disturb in the gui.

This commit is contained in:
Mark Crane 2013-07-25 16:02:17 +00:00
parent 84c3491566
commit 306c92557c
1 changed files with 1 additions and 1 deletions

View File

@ -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"];