fixed #85
This commit is contained in:
parent
dfdb9bca5a
commit
a0d6042886
@ -58,6 +58,9 @@ class Updater
|
|||||||
|
|
||||||
$zip->close();
|
$zip->close();
|
||||||
|
|
||||||
|
// Delete zip file
|
||||||
|
File::delete($file);
|
||||||
|
|
||||||
if ($alias == 'core') {
|
if ($alias == 'core') {
|
||||||
// Move all files/folders from temp path
|
// Move all files/folders from temp path
|
||||||
if (!File::copyDirectory($temp_path, base_path())) {
|
if (!File::copyDirectory($temp_path, base_path())) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user