mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 11:45:14 +00:00
Various code fixes.
This commit is contained in:
@@ -198,7 +198,7 @@ class InstallController extends Controller
|
||||
Artisan::call($command, $args);
|
||||
Log::debug(Artisan::output());
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
} catch (Exception $e) {
|
||||
Log::error($e->getMessage());
|
||||
Log::error($e->getTraceAsString());
|
||||
if (strpos($e->getMessage(), 'open_basedir restriction in effect')) {
|
||||
@@ -211,7 +211,7 @@ class InstallController extends Controller
|
||||
return false;
|
||||
}
|
||||
// clear cache as well.
|
||||
Cache::clear();
|
||||
Cache::clear();
|
||||
Preferences::mark();
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user