summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/inc/infopanel.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/inc/infopanel.inc.php')
-rw-r--r--modules-available/locationinfo/inc/infopanel.inc.php2
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,' : '';