From 6144903431e48d73e366bf03d6974431f10ff87e Mon Sep 17 00:00:00 2001 From: chaideqing Date: Tue, 20 Jun 2023 15:50:52 +0800 Subject: [PATCH] * Fix bug#36010. --- module/zahost/model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/zahost/model.php b/module/zahost/model.php index fa897f42ba..87af4dbe07 100644 --- a/module/zahost/model.php +++ b/module/zahost/model.php @@ -202,7 +202,6 @@ class zahostModel extends model if(empty($downloadedImage)) { $refreshPageData = true; - $remoteImage->id = 0; $remoteImage->status = 'notDownloaded'; $remoteImage->from = 'zentao'; $remoteImage->osName = $remoteImage->os;