From 9bfdc8eecd3ab62e571fb40db7426bf2a995ef3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Sun, 20 Jul 2008 19:12:12 +0000 Subject: [PATCH] Correct function call. --- 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 75bc749fbb..855b36ba4d 100644 --- a/etc/inc/dyndns.class +++ b/etc/inc/dyndns.class @@ -121,7 +121,7 @@ $this->_dnsIP = get_current_wan_address($dnsIf); $this->_debugID = rand(1000000, 9999999); - if ($this->_detectChange($wan_ip) == FALSE) { + if ($this->_detectChange() == FALSE) { $this->_error(10); } else { if ($this->_dnsService == 'dnsomatic' ||