From ff5142896b59470ab0cf7c2d3d02baee7f20c251 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 30 Jul 2015 09:04:33 +0200 Subject: [PATCH] AuthenticationStep: We're creating the roles.ini, ultimately --- modules/setup/library/Setup/Steps/AuthenticationStep.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/setup/library/Setup/Steps/AuthenticationStep.php b/modules/setup/library/Setup/Steps/AuthenticationStep.php index 0f35e5c51..266a162c6 100644 --- a/modules/setup/library/Setup/Steps/AuthenticationStep.php +++ b/modules/setup/library/Setup/Steps/AuthenticationStep.php @@ -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(