Skip to content

Commit

Permalink
MDL-43140 mnet: display header after redirects to avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Nov 29, 2013
1 parent 20776b4 commit c90c329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/mnet/access_control.php
Expand Up @@ -16,8 +16,6 @@

admin_externalpage_setup('ssoaccesscontrol');

echo $OUTPUT->header();

if (!extension_loaded('openssl')) {
print_error('requiresopenssl', 'mnet');
}
Expand Down Expand Up @@ -118,6 +116,8 @@
exit;
}

echo $OUTPUT->header();

// Explain
echo $OUTPUT->box(get_string('ssoacldescr','mnet'));
// Are the needed bits enabled?
Expand Down

0 comments on commit c90c329

Please sign in to comment.