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 <[email protected]>
---
 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

Reply via email to