diff options
Diffstat (limited to 'modules-available/locationinfo')
-rw-r--r-- | modules-available/locationinfo/inc/infopanel.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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,' : ''; |