From 47b7ab95cc95e2e0391f11317c32113a1b980c2a Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 4 Nov 2020 13:31:07 +0100 Subject: [locationinfo] "show hostname" cannot be overridden per location --- modules-available/locationinfo/page.inc.php | 1 - 1 file changed, 1 deletion(-) (limited to 'modules-available/locationinfo/page.inc.php') 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; } -- cgit v1.2.3-55-g7522