Skip to content

Commit

Permalink
Merge branch 'MDL-46200-27' of git://github.com/danpoltawski/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_27_STABLE
  • Loading branch information
Sam Hemelryk committed Jul 8, 2014
2 parents 0caa8c6 + cd90445 commit 98ac33b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/outputrenderers.php
Expand Up @@ -674,8 +674,8 @@ public function login_info($withlinks = null) {
$a->attempts = $count;
$loggedinas .= get_string('failedloginattempts', '', $a);
if (file_exists("$CFG->dirroot/report/log/index.php") and has_capability('report/log:view', context_system::instance())) {
$loggedinas .= html_writer::link(new moodle_url('/report/log/index.php', array('chooselog' => 1,
'id' => 0 , 'modid' => 'site_errors')), '(' . get_string('logs') . ')');
$loggedinas .= ' ('.html_writer::link(new moodle_url('/report/log/index.php', array('chooselog' => 1,
'id' => 0 , 'modid' => 'site_errors')), get_string('logs')).')';
}
$loggedinas .= '</div>';
}
Expand Down

0 comments on commit 98ac33b

Please sign in to comment.