From 472da675cc6f3899de35b03f9bfabeba39d8e6ca Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sat, 28 Feb 2015 18:41:39 +0545 Subject: [PATCH] Semi-colon went AWOL in dyndns.class after putting it back the code runs much better :) --- etc/inc/dyndns.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;