Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-8096 - user edit form splitting, refactoring, cleanup and fixing - work in progre...
[moodle.git]
/
admin
/
index.php
diff --git
a/admin/index.php
b/admin/index.php
index
96814f3
..
56a9d36
100644
(file)
--- a/
admin/index.php
+++ b/
admin/index.php
@@
-486,7
+486,7
@@
/// Set up the admin user
if (empty($CFG->rolesactive)) {
-
redirect('user.php'
);
+
create_admin_user(
);
}
/// Check for valid admin user