From af6cbc335ad2a97eaca4f7d3dd2e4cde59e15104 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 12 Mar 2012 13:18:28 +1300 Subject: [PATCH] Fix reference to $domain should be $this->domain. --- inc/iSchedule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/iSchedule.php b/inc/iSchedule.php index 365f7845..69a8d077 100644 --- a/inc/iSchedule.php +++ b/inc/iSchedule.php @@ -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; } }