* [bug#61890,done,3h] Use recommended usage.

This commit is contained in:
mazhiyuan
2025-08-19 17:04:38 +08:00
parent 76a0fa6d7b
commit cdb34ee36e
+1 -1
View File
@@ -362,7 +362,7 @@ class system extends control
$this->loadModel('cne');
if(strpos($backupName, '_') !== false) $backupName = str_replace('_', '-', $backupName);
$this->loadModel('instance');
$this->app->loadConfig('instance');
$instance = $this->config->instance->zentaopaas;
$result = $this->cne->getBackupStatus($instance, $backupName);
if($result && $result->code == 200)