Merge next into suite 8

This commit is contained in:
Jack Anderson 2022-11-10 09:41:20 +00:00
commit 6b586e1678
36 changed files with 10831 additions and 109 deletions

View file

@ -191,5 +191,6 @@ if (!empty($_REQUEST['key'])) {
$sugar_smarty->assign("KEY", $_REQUEST['key']);
}
$sugar_smarty->display('modules/Users/Changenewpassword.tpl');
$sugar_smarty->display(get_custom_file_if_exists('modules/Users/Changenewpassword.tpl'));
$view->displayFooter();