Skip to content

Commit

Permalink
initialize array $auth_options SC moodle#127; merged from MOODLE_15_S…
Browse files Browse the repository at this point in the history
…TABLE
  • Loading branch information
skodak committed Jul 5, 2005
1 parent ab25ce3 commit 4325e86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
echo "</tr>\n";

$modules = get_list_of_plugins("auth");
$auth_options = array();
foreach ($modules as $module) {
$auth_options[$module] = get_string("auth_$module"."title", "auth");
}
Expand Down

0 comments on commit 4325e86

Please sign in to comment.