Fix reference to $domain should be $this->domain.

This commit is contained in:
Andrew McMillan 2012-03-12 13:18:28 +13:00
parent 8ccf9df1e6
commit af6cbc335a

View File

@ -226,7 +226,7 @@ class iSchedule
$remote_port = 80;
}
else {
dbg_error_log('ischedule', $domain . ' did not have srv records for iSchedule' );
dbg_error_log('ischedule', 'Domain %s did not have srv records for iSchedule', $this->domain );
return false;
}
}