From fd7b206129c75483b3c46044bad8b7e5516e5448 Mon Sep 17 00:00:00 2001 From: Alex Rowe Date: Mon, 22 Jul 2013 10:38:02 +1000 Subject: [PATCH] missing semicolon added --- lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.php b/lib.php index 85cedd1..029a131 100644 --- a/lib.php +++ b/lib.php @@ -32,7 +32,7 @@ function local_configlogemailer_cron() { $from->lastname = get_config('local_configlogemailer','from_lastname'); $subject = get_string('subject', 'local_configlogemailer'); - $messagetext = get_string('messagetext', 'local_configlogemailer',$CFG->wwwroot) + $messagetext = get_string('messagetext', 'local_configlogemailer',$CFG->wwwroot); $sql = "SELECT u.firstname, u.lastname, cl.timemodified, cl.plugin, cl.name, cl.value, cl.oldvalue FROM {config_log} cl