diff --git a/framework/core/src/Install/Actions/IndexAction.php b/framework/core/src/Install/Actions/IndexAction.php index b567ad60a..c5ee8d993 100644 --- a/framework/core/src/Install/Actions/IndexAction.php +++ b/framework/core/src/Install/Actions/IndexAction.php @@ -38,8 +38,6 @@ class IndexAction extends HtmlAction { $view = $this->view->make('flarum.install::app'); - $view->logo = $this->view->make('flarum.install::logo'); - $errors = []; if (version_compare(PHP_VERSION, '5.5.0', '<')) { diff --git a/framework/core/views/install/app.blade.php b/framework/core/views/install/app.php similarity index 98% rename from framework/core/views/install/app.blade.php rename to framework/core/views/install/app.php index ce5033aef..0f57b6146 100644 --- a/framework/core/views/install/app.blade.php +++ b/framework/core/views/install/app.php @@ -162,11 +162,11 @@
These errors must be resolved before you can continue the installation. If you're having trouble, get help on the Flarum website.
- -{!! $error['detail'] !!}
- @endif -These errors must be resolved before you can continue the installation. If you're having trouble, get help on the Flarum website.
+ +Set up your forum by filling out your details below. If you have any trouble, get help on the Flarum website.
+Set up your forum by filling out your details below. If you have any trouble, get help on the Flarum website.