From b69fb3a0892349af3a728e607b173d56bfca36bd Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Thu, 9 Apr 2020 08:33:14 +0200 Subject: [PATCH] Fix wrong redirection when using custom pages + show flash messages BT#17022 --- custompages/index-unlogged-dist.php | 9 ++++++--- main/auth/lostPassword.php | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/custompages/index-unlogged-dist.php b/custompages/index-unlogged-dist.php index 6faa2546ca..6ced6fb27b 100644 --- a/custompages/index-unlogged-dist.php +++ b/custompages/index-unlogged-dist.php @@ -75,9 +75,12 @@ $rootWeb = api_get_path('WEB_PATH');
-
$messageText] ); exit; - } + }*/ Display::addFlash( Display::return_message($messageText, 'info', false)