[PATCH] Undo accidental code addition

Lukas Fleischer lfleischer at archlinux.org
Thu Jan 30 11:57:06 UTC 2020


Rollback an accidental change that sneaked into commit daee20c (Require
current password when setting a new one, 2020-01-30).

Signed-off-by: Lukas Fleischer <lfleischer at archlinux.org>
---
 web/lib/acctfuncs.inc.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php
index 1de49b0..601d4ce 100644
--- a/web/lib/acctfuncs.inc.php
+++ b/web/lib/acctfuncs.inc.php
@@ -135,7 +135,6 @@ function process_account_form($TYPE,$A,$U="",$T="",$S="",$E="",$H="",$PO="",$P="
 
 	if(isset($_COOKIE['AURSID'])) {
 		$editor_user = uid_from_sid($_COOKIE['AURSID']);
-	$row = account_details(in_request("ID"), in_request("U"));
 	}
 	else {
 		$editor_user = null;
-- 
2.25.0


More information about the aur-dev mailing list