summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/page.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2020-11-04 13:31:07 +0100
committerSimon Rettberg2020-11-04 13:31:07 +0100
commit47b7ab95cc95e2e0391f11317c32113a1b980c2a (patch)
tree285e2b9abc826c3893655f213b8eb7d00660a036 /modules-available/locationinfo/page.inc.php
parent[locationinfo] Change header layout (diff)
downloadslx-admin-47b7ab95cc95e2e0391f11317c32113a1b980c2a.tar.gz
slx-admin-47b7ab95cc95e2e0391f11317c32113a1b980c2a.tar.xz
slx-admin-47b7ab95cc95e2e0391f11317c32113a1b980c2a.zip
[locationinfo] "show hostname" cannot be overridden per location
Diffstat (limited to 'modules-available/locationinfo/page.inc.php')
-rw-r--r--modules-available/locationinfo/page.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules-available/locationinfo/page.inc.php b/modules-available/locationinfo/page.inc.php
index e350d407..9e7a704e 100644
--- a/modules-available/locationinfo/page.inc.php
+++ b/modules-available/locationinfo/page.inc.php
@@ -322,7 +322,6 @@ class Page_LocationInfo extends Page
'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'),
- 'hostname' => Request::post('override'.$locationids[$i].'hostname', false, 'bool'),
);
$overrides[$locationids[$i]] = $overrideArray;
}