UserGroupStep: Fix c&p mistake

refs #9609
This commit is contained in:
Johannes Meyer 2015-07-30 13:31:23 +02:00
parent 47079b723d
commit f3a8981aa3
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class UserGroupStep extends Step
public function apply()
{
$success &= $this->createGroupsIni();
$success = $this->createGroupsIni();
if (isset($this->data['resourceConfig'])) {
$success &= $this->createUserGroup();
if ($success) {