mirror of
https://github.com/humhub/humhub.git
synced 2025-02-25 11:43:30 +01:00
corrected typo in installer CLI auto function
This commit is contained in:
parent
a945cfc134
commit
90da3573e6
@ -37,8 +37,8 @@ class InstallController extends Controller
|
||||
*/
|
||||
public function actionAuto()
|
||||
{
|
||||
actionWriteSiteConfig();
|
||||
actionCreateAdminAccount();
|
||||
$this->actionWriteSiteConfig();
|
||||
$this->actionCreateAdminAccount();
|
||||
|
||||
return ExitCode::OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user