AuthenticationStep: We're creating the roles.ini, ultimately

This commit is contained in:
Johannes Meyer 2015-07-30 09:04:33 +02:00
parent 9858d79aaa
commit ff5142896b
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ class AuthenticationStep extends Step
$success &= $this->createAccount();
}
$success &= $this->defineInitialAdmin();
$success &= $this->createRolesIni();
return $success;
}
@ -60,7 +60,7 @@ class AuthenticationStep extends Step
return true;
}
protected function defineInitialAdmin()
protected function createRolesIni()
{
$config = array();
$config['admins'] = array(