From e8a1976521cdf2192c5e0d8590c51061406f8122 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 14 Dec 2021 08:05:49 +0100 Subject: [PATCH] The dest_url may have not been set by all account layout pages --- application/views/layouts/account_layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/layouts/account_layout.php b/application/views/layouts/account_layout.php index 1dc69140..09c61300 100644 --- a/application/views/layouts/account_layout.php +++ b/application/views/layouts/account_layout.php @@ -61,7 +61,7 @@ const GlobalVariables = { csrfToken: security->get_csrf_hash()) ?>, baseUrl: , - destUrl: ,e + destUrl: , AJAX_SUCCESS: 'SUCCESS', AJAX_FAILURE: 'FAILURE' };