summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/page.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2020-09-08 13:42:08 +0200
committerSimon Rettberg2020-09-08 13:53:54 +0200
commitc3b1b633ad6f01c4ed624da3eb7a5e5bf30d9d04 (patch)
tree2eec854fbb280fa7aa20b291885abb8d0c51eff8 /modules-available/locationinfo/page.inc.php
parent[remoteaccess] Add english translations (diff)
downloadslx-admin-v3.9-indev.tar.gz
slx-admin-v3.9-indev.tar.xz
slx-admin-v3.9-indev.zip
[locationinfo] Fix overriding "show hostnames" not being savedv3.9-indev
Diffstat (limited to 'modules-available/locationinfo/page.inc.php')
-rw-r--r--modules-available/locationinfo/page.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules-available/locationinfo/page.inc.php b/modules-available/locationinfo/page.inc.php
index 0885f446..c1c340de 100644
--- a/modules-available/locationinfo/page.inc.php
+++ b/modules-available/locationinfo/page.inc.php
@@ -402,7 +402,8 @@ class Page_LocationInfo extends Page
'daystoshow' => Request::post('override'.$locationids[$i].'daystoshow', 7, 'int'),
'rotation' => Request::post('override'.$locationids[$i].'rotation', 0, 'int'),
'scale' => Request::post('override'.$locationids[$i].'scale', 50, 'int'),
- 'switchtime' => Request::post('override'.$locationids[$i].'switchtime', 60, 'int')
+ 'switchtime' => Request::post('override'.$locationids[$i].'switchtime', 60, 'int'),
+ 'hostname' => Request::post('override'.$locationids[$i].'hostname', false, 'bool'),
);
$overrides[$locationids[$i]] = $overrideArray;
}