Skip to content

Commit

Permalink
missing semicolon added
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rowe committed Jul 22, 2013
1 parent 0424453 commit fd7b206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd7b206

Please sign in to comment.