From 23839c95135792467069c16b622c6973b6da241e Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Mon, 20 Jul 2015 15:17:00 -0500 Subject: [PATCH] directory: All agents are visible now --- include/staff/directory.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/staff/directory.inc.php b/include/staff/directory.inc.php index f592cd8b5..361c90121 100644 --- a/include/staff/directory.inc.php +++ b/include/staff/directory.inc.php @@ -3,7 +3,6 @@ if(!defined('OSTSTAFFINC') || !$thisstaff || !$thisstaff->isStaff()) die('Access $qs = array(); $agents = Staff::objects() - ->filter(array('isvisible'=>1)) ->select_related('dept'); if($_REQUEST['q']) { -- GitLab