Skip to content

Commit

Permalink
bug fix. fc2blog#294
Browse files Browse the repository at this point in the history
  • Loading branch information
uzulla committed Mar 27, 2021
1 parent 8dfa6b1 commit 202f561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Model/SystemUpdateModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public static function updateSystemByUrl(string $zip_url)
try {
static::updateSystemByLocalZip($zip_path);
} finally {
@unlink($zip_url);
@unlink($zip_path);
}
}

Expand Down

0 comments on commit 202f561

Please sign in to comment.