From cc8973abb67b9015847f12cf62de9456eb783668 Mon Sep 17 00:00:00 2001 From: Hlavtox Date: Tue, 7 May 2024 11:42:05 +0200 Subject: [PATCH] Fix forgotten tab --- js/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/admin.js b/js/admin.js index a68844889f752..c5f7be188aea8 100644 --- a/js/admin.js +++ b/js/admin.js @@ -1207,7 +1207,7 @@ function verifyMail(testMsg, testSubject) "testSubject" : textSubject, "token" : token_mail, "ajax" : 1, - "tab" : 'AdminEmails', + "controller" : 'AdminEmails', "action" : 'sendMailTest' }, success: function(ret)