From e02352b47279a6a7bb2a815116e94f71f252d973 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 1 Dec 2017 12:44:01 +0100 Subject: [runmode] Fix client filter logic --- modules-available/locationinfo/inc/infopanel.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules-available/locationinfo/inc') diff --git a/modules-available/locationinfo/inc/infopanel.inc.php b/modules-available/locationinfo/inc/infopanel.inc.php index aa4741ee..94f264bb 100644 --- a/modules-available/locationinfo/inc/infopanel.inc.php +++ b/modules-available/locationinfo/inc/infopanel.inc.php @@ -86,7 +86,7 @@ class InfoPanel $ignoreList = array(); if (Module::isAvailable('runmode')) { // Ignore clients with special runmode not marked as still being a client - $ignoreList = RunMode::getAllClients(false, true); + $ignoreList = RunMode::getAllClients(false, false); } $positionCol = $withPosition ? 'm.position,' : ''; -- cgit v1.2.3-55-g7522