Skip to content

Commit

Permalink
fixed rolesactive notice during installation; merged from MOODLE_17_S…
Browse files Browse the repository at this point in the history
…TABLE
  • Loading branch information
skodak committed Oct 19, 2006
1 parent 2118365 commit 82a4eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
redirect('index.php');
}

if (!$CFG->rolesactive) { // No admin user yet.
if (empty($CFG->rolesactive)) { // No admin user yet.

$user = new object();
$user->firstname = get_string('admin');
Expand Down

0 comments on commit 82a4eee

Please sign in to comment.