From 793b14885b3757a218c01604a6894e72d2a9cc55 Mon Sep 17 00:00:00 2001 From: wrongecho <32306651+wrongecho@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:28:45 +0100 Subject: [PATCH] Remove unnecessary blank line in account.php --- agent/post/account.php | 1 - 1 file changed, 1 deletion(-) diff --git a/agent/post/account.php b/agent/post/account.php index cd776049..9140d250 100644 --- a/agent/post/account.php +++ b/agent/post/account.php @@ -12,7 +12,6 @@ if (isset($_POST['add_account'])) { enforceUserPermission('module_financial', 2); - $name = sanitizeInput($_POST['name']); $opening_balance = floatval($_POST['opening_balance']); $currency_code = sanitizeInput($_POST['currency_code']);