1
0
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:
Toby Zerner
2015-08-31 14:25:16 +09:30
parent c72bdc8238
commit 5e22458014
6 changed files with 18 additions and 20 deletions

View File

@@ -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', '<')) {