From 69f2e553e383820488e4885c968e77d76a5d536b Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 16 Sep 2007 08:30:19 +0000 Subject: [PATCH] Fixed wrong link to log report. Shouldn't these links be in php code instead of lang files? MDL-11281 Merged from MOODLE_18_STABLE --- lang/en_utf8/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 0caa37f973f..97dd129aa91 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1064,7 +1064,7 @@ $string['noticenewerbackup'] = 'This backup file has been created with Moodle $a $string['notifications'] = 'Notifications'; $string['notifyloginfailuresmessage'] = '$a->time, IP: $a->ip, User: $a->info'; $string['notify'] = 'Notify'; -$string['notifyloginfailuresmessageend'] = 'You can view these logs at $a/course/log.php?id=1&chooselog=1&modid=site_errors.'; +$string['notifyloginfailuresmessageend'] = 'You can view these logs at $a/course/report/log/index.php?id=1&chooselog=1&modid=site_errors.'; $string['notifyloginfailuresmessagestart'] = 'Here is a list of failed login attempts at $a since you were last notified'; $string['notifyloginfailuressubject'] = '$a :: Failed logins notification'; $string['notincluded'] = 'Not included';