Skip to content

Commit

Permalink
MDL-19787 Migrated calls to close_window_button()
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Aug 6, 2009
1 parent a9252c2 commit c41f376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/roles/explain.php
Expand Up @@ -273,6 +273,6 @@
has_capability('moodle/site:doanything', $context, $userid)) {
echo '<p>' . get_string('explainpermissionsdoanything', 'role', $capability) . '</p>';
}
close_window_button();
echo $OUTPUT->close_window_button();
print_footer('empty');
?>
?>

0 comments on commit c41f376

Please sign in to comment.