diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class index 50114aa436..686d8f22e4 100644 --- a/etc/inc/dyndns.class +++ b/etc/inc/dyndns.class @@ -355,7 +355,7 @@ $server = "https://dynupdate.no-ip.com/ducupdate.php"; $port = ""; if ($this->_dnsServer) { - $server = $this->_dnsServer + $server = $this->_dnsServer; } if ($this->_dnsPort) { $port = ":" . $this->_dnsPort;