Undo accidental code addition

Message ID 20200130115706.19244-1-lfleischer@archlinux.org
State New
Headers show
Series Undo accidental code addition | expand

Commit Message

Lukas Fleischer Jan. 30, 2020, 11:57 a.m. UTC
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@archlinux.org>
---
 web/lib/acctfuncs.inc.php | 1 -
 1 file changed, 1 deletion(-)

Patch

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;