From dcc3ad7ebb9a1b9c6cf9122785301a0a18e42157 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 28 Dec 2012 23:19:49 +0000 Subject: [PATCH] Usual change: ok->other_than_ok ;) --- inc/modules/admin/admin-inc.php | 2 +- templates/de/html/admin/admin_expert_settings_form.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/modules/admin/admin-inc.php b/inc/modules/admin/admin-inc.php index ce7680ee51..57a889db6c 100644 --- a/inc/modules/admin/admin-inc.php +++ b/inc/modules/admin/admin-inc.php @@ -1345,7 +1345,7 @@ function doVerifyExpertSettings () { // Okay, does he want to see them? if (isAdminsExpertWarningEnabled()) { // Ask for them - if (isFormSent()) { + if (isFormSent('save_expert')) { // Is the element set, then we need to change the admin if (isPostRequestElementSet('expert_settings')) { // Get it and prepare final post data array diff --git a/templates/de/html/admin/admin_expert_settings_form.tpl b/templates/de/html/admin/admin_expert_settings_form.tpl index 145dfe4374..8c23374049 100644 --- a/templates/de/html/admin/admin_expert_settings_form.tpl +++ b/templates/de/html/admin/admin_expert_settings_form.tpl @@ -13,7 +13,7 @@ {%form_close%} -- 2.39.2