From 1a19e800b4c6e3b2413bcd1d3d5b85b6f9179d7e Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Sat, 4 Mar 2017 18:18:49 +0100 Subject: ServerList: Fixed a bug while editing the list would not show the not selected Servers. Dummy updates to a current-dated date. --- modules-available/locationinfo/page.inc.php | 1 + 1 file changed, 1 insertion(+) (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 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; -- cgit v1.2.3-55-g7522