This commit is contained in:
Robert 2022-07-21 15:35:14 +02:00
parent a070875a50
commit 1c7e4fd3fb

View File

@ -1967,7 +1967,7 @@ class ApiLogin
} }
if($ajaxKlic || $this->method == 'AJAX'){ if($ajaxKlic || $this->method == 'AJAX'){
return $this->ajaxResponse('success', ['text' => $lang['lp_sent']); return $this->ajaxResponse('success', ['text' => $lang['lp_sent']]);
}else { }else {
// Preusmerimo na stran potrditve // Preusmerimo na stran potrditve
header('location: '.$this->page_urls['page_reset_password'].'&email='.$email); header('location: '.$this->page_urls['page_reset_password'].'&email='.$email);