mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Installer: Prevent crash when views directory is not writable
Use plain PHP templates instead of Blade templates so there is nothing that needs to be written. closes #376
This commit is contained in:
@@ -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', '<')) {
|
||||
|
Reference in New Issue
Block a user