Skip to content
Snippets Groups Projects
Commit f090896f authored by Lukas Fleischer's avatar Lukas Fleischer
Browse files

Undo accidental code addition


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

Signed-off-by: default avatarLukas Fleischer <lfleischer@archlinux.org>
parent d0e5c3db
Branches master
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment