Ticket #1545. Ooops pass parameter so the dyndns works correctly. Pointy-hat: Copy/pasto

This commit is contained in:
Ermal 2011-06-10 16:19:30 +00:00
parent 7401c8c451
commit dd28abbd84

View File

@ -408,7 +408,7 @@
* Private Function (added 12 July 2005) [beta]
* Retrieve Update Status
*/
function _checkStatus($data) {
function _checkStatus($ch, $data) {
log_error("DynDns: DynDns _checkStatus() starting.");
log_error("DynDns: Current Service: {$this->_dnsService}");
$successful_update = false;