summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/api.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2020-07-07 16:39:59 +0200
committerSimon Rettberg2020-07-30 13:29:40 +0200
commit344f9dfe0e8a4da4024f5af1b284d2e567800bd9 (patch)
treee6452d66258a6760b31b8c22880062204e5e4953 /modules-available/locationinfo/api.inc.php
parent[statistics] Keep track of client runmode (diff)
downloadslx-admin-344f9dfe0e8a4da4024f5af1b284d2e567800bd9.tar.gz
slx-admin-344f9dfe0e8a4da4024f5af1b284d2e567800bd9.tar.xz
slx-admin-344f9dfe0e8a4da4024f5af1b284d2e567800bd9.zip
[locationinfo] Support styling clients with special runmode
Implemented for remoteaccess runmode for now
Diffstat (limited to 'modules-available/locationinfo/api.inc.php')
-rw-r--r--modules-available/locationinfo/api.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/api.inc.php b/modules-available/locationinfo/api.inc.php
index c44ec72d..d3ff9ebd 100644
--- a/modules-available/locationinfo/api.inc.php
+++ b/modules-available/locationinfo/api.inc.php
@@ -99,7 +99,7 @@ function getPcStates($idList, $paneluuid)
}
$locationInfoList = array();
- InfoPanel::appendMachineData($locationInfoList, $idList, true);
+ InfoPanel::appendMachineData($locationInfoList, $idList);
$panel = Database::queryFirst('SELECT paneluuid, panelconfig FROM locationinfo_panel WHERE paneluuid = :paneluuid',
compact('paneluuid'));