From eb68d60e3eeed6321d0ead8409b95ad09c9ddb2a Mon Sep 17 00:00:00 2001 From: dingguodong Date: Tue, 11 Jun 2024 13:41:03 +0800 Subject: [PATCH] * [task#116512] Change the propery name. --- module/system/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/system/control.php b/module/system/control.php index dc1fb12900..e8da0fcc6a 100644 --- a/module/system/control.php +++ b/module/system/control.php @@ -273,7 +273,7 @@ class system extends control while(true) { - $backupStatus = $this->cne->getBackupStatus($instance, $backupResult->data->name); + $backupStatus = $this->cne->getBackupStatus($instance, $backupResult->data->backup_name); if($backupStatus->code != 200) $this->sendError($backupStatus->message); if(strtolower($backupStatus->data->status) == 'completed') break; sleep(1);