fixed typo - not a real bug

This commit is contained in:
Petr Skoda
2010-09-17 09:52:39 +00:00
parent 90636e2b41
commit 48265158dc
+1 -1
View File
@@ -167,7 +167,7 @@ if ($formdata = $mform->is_cancelled()) {
// caches
$ccache = array(); // course cache - do not fetch all courses here, we will not probably use them all anyway!
$rolecache = uu_allowed_roles_cache(); // roles lookup cache
$manualcacche = array(); // cache of used manual enrol plugins in each course
$manualcache = array(); // cache of used manual enrol plugins in each course
$allowedauths = uu_allowed_auths();
$allowedauths = array_keys($allowedauths);