mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-19 04:23:36 +00:00
Fix reference to $domain should be $this->domain.
This commit is contained in:
parent
8ccf9df1e6
commit
af6cbc335a
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user