diff --git a/src/opnsense/mvc/app/controllers/OPNsense/Core/Api/BackupController.php b/src/opnsense/mvc/app/controllers/OPNsense/Core/Api/BackupController.php index 53b36d217..3838bbe26 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/Core/Api/BackupController.php +++ b/src/opnsense/mvc/app/controllers/OPNsense/Core/Api/BackupController.php @@ -185,7 +185,7 @@ class BackupController extends ApiControllerBase /** * download specified backup, when left empty the latest is offered */ - public function downloadAction($host, $backup=null) + public function downloadAction($host, $backup = null) { $providers = $this->providers(); if (!empty($providers[$host])) {