From 4fa5cb5cfcb809eef0f029988f036157e5ecb032 Mon Sep 17 00:00:00 2001 From: Jellyfrog Date: Mon, 15 Jan 2024 22:29:33 +0100 Subject: [PATCH] Apply fixes from StyleCI (#15752) Co-authored-by: StyleCI Bot --- includes/html/pages/device/apps/borgbackup.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/html/pages/device/apps/borgbackup.inc.php b/includes/html/pages/device/apps/borgbackup.inc.php index c11e5b5fa0..1eb2df7cc5 100644 --- a/includes/html/pages/device/apps/borgbackup.inc.php +++ b/includes/html/pages/device/apps/borgbackup.inc.php @@ -1,10 +1,10 @@ 'device', + 'page' => 'device', 'device' => $device['device_id'], - 'tab' => 'apps', - 'app' => 'borgbackup', + 'tab' => 'apps', + 'app' => 'borgbackup', ]; $mode = $app->data['mode'] ?? 'single';