Skip to content

Commit

Permalink
Merge branch 'w43_MDL-42440_m26_authenable' of https://github.com/sko…
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski authored and stronk7 committed Oct 22, 2013
2 parents 2d79065 + e34fb2e commit 8c3ebb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/adminlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -5720,8 +5720,8 @@ public function output_html($data, $query='') {

$test = '';
if (!empty($authplugins[$auth]) and method_exists($authplugins[$auth], 'test_settings')) {
$url = new moodle_url('/auth/test_settings.php', array('auth'=>$auth, 'sesskey'=>sesskey()));
$test = html_writer::link($url, $txt->testsettings);
$testurl = new moodle_url('/auth/test_settings.php', array('auth'=>$auth, 'sesskey'=>sesskey()));
$test = html_writer::link($testurl, $txt->testsettings);
}

// Add a row to the table.
Expand Down

0 comments on commit 8c3ebb1

Please sign in to comment.