mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merge branch 'MDL-42891-master' of git://github.com/ankitagarwal/moodle
This commit is contained in:
commit
ac32e42827
2 changed files with 2 additions and 2 deletions
|
@ -669,7 +669,7 @@ class core_renderer extends renderer_base {
|
|||
// Include this file only when required.
|
||||
require_once($CFG->dirroot . '/user/lib.php');
|
||||
if ($count = user_count_login_failures($USER)) {
|
||||
$loggedinas .= ' <div class="loginfailures">';
|
||||
$loggedinas .= '<div class="loginfailures">';
|
||||
$a = new stdClass();
|
||||
$a->attempts = $count;
|
||||
$loggedinas .= get_string('failedloginattempts', '', $a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue