diff --git a/controllers/admin/AdminBackupController.php b/controllers/admin/AdminBackupController.php index ad163705d..50fdcc81d 100644 --- a/controllers/admin/AdminBackupController.php +++ b/controllers/admin/AdminBackupController.php @@ -111,6 +111,12 @@ class AdminBackupControllerCore extends AdminController 'desc' => $this->l('Cancel') ); break; + case 'options': + $this->toolbar_btn['save'] = array( + 'href' => '#', + 'desc' => $this->l('Save') + ); + break; } }