mirror of
https://github.com/getgrav/grav.git
synced 2025-12-05 15:29:57 +01:00
fix some errors after upgrade
Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
@@ -334,7 +334,7 @@ class SelfupgradeCommand extends GpmCommand
|
|||||||
|
|
||||||
$io->newLine();
|
$io->newLine();
|
||||||
// Clear recovery flag - upgrade completed successfully
|
// Clear recovery flag - upgrade completed successfully
|
||||||
$recovery->clearUpgradeWindow('core-upgrade');
|
$recovery->closeUpgradeWindow();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->tmp && is_dir($this->tmp)) {
|
if ($this->tmp && is_dir($this->tmp)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user