corrected typo in installer CLI auto function

This commit is contained in:
Michael Riedmann 2019-05-06 00:11:23 +02:00 committed by GitHub
parent a945cfc134
commit 90da3573e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,8 +37,8 @@ class InstallController extends Controller
*/
public function actionAuto()
{
actionWriteSiteConfig();
actionCreateAdminAccount();
$this->actionWriteSiteConfig();
$this->actionCreateAdminAccount();
return ExitCode::OK;
}