* [task#116512] Change the propery name.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user