summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/page.inc.php
diff options
context:
space:
mode:
authorJannik Schönartz2017-03-04 18:18:49 +0100
committerJannik Schönartz2017-03-04 18:18:49 +0100
commit1a19e800b4c6e3b2413bcd1d3d5b85b6f9179d7e (patch)
tree3ae21c33ba0f5224235b3ef8d90c29e7872cbf4a /modules-available/locationinfo/page.inc.php
parentfrontend: fixed calendar (diff)
downloadslx-admin-1a19e800b4c6e3b2413bcd1d3d5b85b6f9179d7e.tar.gz
slx-admin-1a19e800b4c6e3b2413bcd1d3d5b85b6f9179d7e.tar.xz
slx-admin-1a19e800b4c6e3b2413bcd1d3d5b85b6f9179d7e.zip
ServerList: Fixed a bug while editing the list would not show the not selected Servers. Dummy updates to a current-dated date.
Diffstat (limited to 'modules-available/locationinfo/page.inc.php')
-rw-r--r--modules-available/locationinfo/page.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/locationinfo/page.inc.php b/modules-available/locationinfo/page.inc.php
index c2abe93f..537d0887 100644
--- a/modules-available/locationinfo/page.inc.php
+++ b/modules-available/locationinfo/page.inc.php
@@ -349,6 +349,7 @@ class Page_LocationInfo extends Page
$st['active'] = true;
} else {
$st['type'] = $type['type'];
+ $st['display'] = $type['display'];
$st['active'] = false;
}
$serverty[] = $st;