Skip to content

Commit

Permalink
MDL-19799 Fixed syntax error :s
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Aug 6, 2009
1 parent 04a7ba5 commit a1ec08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adminlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -4547,7 +4547,7 @@ public function output_html($data, $query='') {
}
}

$return = echo $OUTPUT->heading(get_string('actauthhdr', 'auth'), 3, 'main', true);
$return = $OUTPUT->heading(get_string('actauthhdr', 'auth'), 3, 'main');
$return .= print_box_start('generalbox authsui', '', true);

$table = new object();
Expand Down

0 comments on commit a1ec08a

Please sign in to comment.