mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-07 13:59:30 +01:00
Admin: Fix clearing credentials made sidemenu tree go missing
Caused by unneeded redirect
This commit is contained in:
parent
5da2b081ba
commit
2e909dd73b
@ -391,8 +391,7 @@ class admin_passwordreset
|
||||
}
|
||||
}
|
||||
}
|
||||
Framework::message(implode("\n",$msg), 'success');
|
||||
Framework::redirect_link('/index.php', 'menuaction=admin.admin_ui.index','admin');
|
||||
Api\Json\Response::get()->message(implode("\n", $msg), 'success');
|
||||
}
|
||||
|
||||
public function ajax_reset($content)
|
||||
|
Loading…
Reference in New Issue
Block a user