From 371b58a8070b53beee1ff8bfdbac61b081af2095 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 6 Apr 2018 21:38:17 +0200 Subject: [PATCH] Make upgrade routine not trigger everywhere. --- app/Http/Kernel.php | 1 - public/js/ff/install/index.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 6b6b17dd59..5fcf14adda 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -67,7 +67,6 @@ class Kernel extends HttpKernel TrimStrings::class, ConvertEmptyStringsToNull::class, TrustProxies::class, - Installer::class, ]; /** diff --git a/public/js/ff/install/index.js b/public/js/ff/install/index.js index ce385c79a9..dca7ec945e 100644 --- a/public/js/ff/install/index.js +++ b/public/js/ff/install/index.js @@ -102,5 +102,5 @@ function completeDone() { function displaySoftFail(message) { $('#status-box').html(' ' + message + '

Please read the ' + '' + - 'official documentation about this.'); + 'official documentation about this, and upgrade by hand.'); } \ No newline at end of file