summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/page.inc.php
diff options
context:
space:
mode:
authorChristian Hofmaier2019-10-26 13:44:53 +0200
committerChristian Hofmaier2019-10-26 13:44:53 +0200
commit5b25319ba5fc77d6cfb4115b80b885d34509a171 (patch)
tree58e6bcf99514777b801c1164bdc2cad8d3f4cf43 /modules-available/locationinfo/page.inc.php
parentconfig.php.emaple: Remove another orphaned config var (diff)
downloadslx-admin-5b25319ba5fc77d6cfb4115b80b885d34509a171.tar.gz
slx-admin-5b25319ba5fc77d6cfb4115b80b885d34509a171.tar.xz
slx-admin-5b25319ba5fc77d6cfb4115b80b885d34509a171.zip
[locationinfo] Make switching per room work
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 5ba555df..37d68fc0 100644
--- a/modules-available/locationinfo/page.inc.php
+++ b/modules-available/locationinfo/page.inc.php
@@ -400,7 +400,8 @@ class Page_LocationInfo extends Page
'scaledaysauto' => Request::post('override'.$locationids[$i].'scaledaysauto', false, 'bool'),
'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')
+ 'scale' => Request::post('override'.$locationids[$i].'scale', 50, 'int'),
+ 'switchtime' => Request::post('override'.$locationids[$i].'switchtime', 60, 'int')
);
$overrides[$locationids[$i]] = $overrideArray;
}