From 4325e8604dbab5e226e45eb3cb9baf39d37e4d75 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 5 Jul 2005 08:00:13 +0000 Subject: [PATCH] initialize array $auth_options SC #127; merged from MOODLE_15_STABLE --- user/edit.html | 1 + 1 file changed, 1 insertion(+) diff --git a/user/edit.html b/user/edit.html index d6ac6a319af..ab732a176bd 100644 --- a/user/edit.html +++ b/user/edit.html @@ -41,6 +41,7 @@ if (isadmin()) { echo "\n"; $modules = get_list_of_plugins("auth"); + $auth_options = array(); foreach ($modules as $module) { $auth_options[$module] = get_string("auth_$module"."title", "auth"); }