mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Make upgrade routine not trigger everywhere.
This commit is contained in:
parent
7812a1bb51
commit
371b58a807
@ -67,7 +67,6 @@ class Kernel extends HttpKernel
|
|||||||
TrimStrings::class,
|
TrimStrings::class,
|
||||||
ConvertEmptyStringsToNull::class,
|
ConvertEmptyStringsToNull::class,
|
||||||
TrustProxies::class,
|
TrustProxies::class,
|
||||||
Installer::class,
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
2
public/js/ff/install/index.js
vendored
2
public/js/ff/install/index.js
vendored
@ -102,5 +102,5 @@ function completeDone() {
|
|||||||
function displaySoftFail(message) {
|
function displaySoftFail(message) {
|
||||||
$('#status-box').html('<i class="fa fa-warning"></i> ' + message + '<br /><br />Please read the ' +
|
$('#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">' +
|
'<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.');
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user