Critical bugfix

This commit is contained in:
Daniil Gentili 2017-04-22 14:33:16 +02:00
parent 059afa7b6e
commit d9c609346f

View File

@ -516,6 +516,7 @@ Slv8kg9qv1m6XHVQY3PnEw+QQtqSIXklHwIDAQAB
$id .= (isset($this->settings['connection'][$test][$ipv6][$id]) && $this->settings['connection'][$test][$ipv6][$id]['ip_address'] != $dc['ip_address']) ? '_bk' : '';
$this->settings['connection'][$test][$ipv6][$id] = $dc;
}
$this->datacenter->__construct($this->settings['connection'], $this->settings['connection_settings']);
$this->should_serialize = true;
}