From 306c92557c3dcd266aa55b8cc59e5cea94b0df99 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 25 Jul 2013 16:02:17 +0000 Subject: [PATCH] Fix a bug that broke do not disturb in the gui. --- app/calls_active/calls_exec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/calls_active/calls_exec.php b/app/calls_active/calls_exec.php index 277be8072c..0e043ae466 100644 --- a/app/calls_active/calls_exec.php +++ b/app/calls_active/calls_exec.php @@ -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"];