summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2020-01-30 11:58:16 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2020-01-30 13:25:15 +0100
commitf090896fa1e9570715cfcdec7b23ecf95d25e936 (patch)
tree840e24af4c667803e6451176e4c5ce61fe0ac081
parentd0e5c3db693296ed7e909c3a0a4457d1328d87de (diff)
downloadaur-f090896fa1e9570715cfcdec7b23ecf95d25e936.tar.gz
aur-f090896fa1e9570715cfcdec7b23ecf95d25e936.tar.xz
Undo accidental code addition
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>
-rw-r--r--web/lib/acctfuncs.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php
index 1de49b01..601d4ce0 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;