Skip to content

Commit

Permalink
Revert "Move return to correct place"
Browse files Browse the repository at this point in the history
This reverts commit d93b873.
  • Loading branch information
nijel committed Jul 22, 2016
1 parent d93b873 commit fd324e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/config/ServerConfigChecks.php
Expand Up @@ -230,8 +230,8 @@ protected function performConfigChecksServersSetBlowfishSecret(

$blowfishSecretSet = true;
$this->cfg->set('blowfish_secret', $blowfishSecret);
return array($blowfishSecret, $blowfishSecretSet);
}
return array($blowfishSecret, $blowfishSecretSet);
}

/**
Expand Down

0 comments on commit fd324e5

Please sign in to comment.