Make upgrade routine not trigger everywhere.

This commit is contained in:
James Cole 2018-04-06 21:38:17 +02:00
parent 7812a1bb51
commit 371b58a807
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 1 additions and 2 deletions

View File

@ -67,7 +67,6 @@ class Kernel extends HttpKernel
TrimStrings::class,
ConvertEmptyStringsToNull::class,
TrustProxies::class,
Installer::class,
];
/**

View File

@ -102,5 +102,5 @@ function completeDone() {
function displaySoftFail(message) {
$('#status-box').html('<i class="fa fa-warning"></i> ' + message + '<br /><br />Please read the ' +
'<a href="http://firefly-iii.readthedocs.io/en/latest/support/faq.html#i-get-an-error-about-proc-close-being-disabled">' +
'official documentation</a> about this.');
'official documentation</a> about this, and upgrade by hand.');
}