mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
chore: lint happiness
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
d3432482cc
commit
3de06a2b33
1 changed files with 3 additions and 3 deletions
|
|
@ -833,9 +833,9 @@ class OC_Util {
|
|||
[ 'installed' => $installedVersion, 'code' => $codeVersion, 'app' => 'core', ]
|
||||
);
|
||||
throw new \OCP\HintException(sprintf(
|
||||
'Downgrading Nextcloud from %s to %s is not supported and may corrupt your instance (database and data directory). ' .
|
||||
'Restore a full backup (code, database, and data directory) taken before the change, ' .
|
||||
'or restore the previous codebase so that it matches the installed version (version %s).',
|
||||
'Downgrading Nextcloud from %s to %s is not supported and may corrupt your instance (database and data directory). '
|
||||
. 'Restore a full backup (code, database, and data directory) taken before the change, '
|
||||
. 'or restore the previous codebase so that it matches the installed version (version %s).',
|
||||
$installedVersion, $codeVersion, $installedVersion
|
||||
));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue