[aur-dev] [PATCH] account_delete.php: Fix variable name

Lukas Fleischer lfleischer at archlinux.org
Thu Mar 2 20:44:41 UTC 2017


Signed-off-by: Lukas Fleischer <lfleischer at archlinux.org>
---
 web/template/account_delete.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/template/account_delete.php b/web/template/account_delete.php
index 74f386d..718b172 100644
--- a/web/template/account_delete.php
+++ b/web/template/account_delete.php
@@ -7,7 +7,7 @@
 
 <form id="edit-profile-form" action="<?= get_user_uri($username) . 'delete/'; ?>" method="post">
 	<fieldset>
-		<input type="hidden" name="Action" value="<?= $A ?>" />
+		<input type="hidden" name="Action" value="<?= $action ?>" />
 		<input type="hidden" name="ID" value="<?= $UID ?>" />
 		<input type="hidden" name="token" value="<?= htmlspecialchars($_COOKIE['AURSID']) ?>" />
 	</fieldset>
-- 
2.12.0


More information about the aur-dev mailing list