Index Browser : fixed display of "Count colors" for authorized users.

pull/105/head
luccioman 8 years ago
parent 96b7ddcef3
commit 254060bda1

@ -309,6 +309,7 @@ public class HostBrowser {
}
}
prop.put("hosts_list", c);
prop.put("hosts_authorized", authorized ? 1 : 0);
prop.put("hosts", 1);
} catch (final IOException e) {
ConcurrentLog.logException(e);

Loading…
Cancel
Save