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-07 16:39:59 +0200
commit32a8bf87ba38a2a617f69c54a4831faa53221f26 (patch)
treeea8e0b7b6b152cc30984496acc9b3ace72369396 /modules-available/locationinfo/api.inc.php
parent[statistics] Keep track of client runmode (diff)
downloadslx-admin-32a8bf87ba38a2a617f69c54a4831faa53221f26.tar.gz
slx-admin-32a8bf87ba38a2a617f69c54a4831faa53221f26.tar.xz
slx-admin-32a8bf87ba38a2a617f69c54a4831faa53221f26.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'));