X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-config_user_subid.php;h=898b9e31b9f844517cf4eb2385843b75350243ad;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hp=bcc60518443dcfe219f8ca09320c6af3f49a0047;hpb=32f930539d6b5cb5e603bece41277f3e5cca8fa9;p=mailer.git diff --git a/inc/modules/admin/what-config_user_subid.php b/inc/modules/admin/what-config_user_subid.php index bcc6051844..898b9e31b9 100644 --- a/inc/modules/admin/what-config_user_subid.php +++ b/inc/modules/admin/what-config_user_subid.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -43,7 +43,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { // Add description as navigation point addYouAreHereLink('admin', __FILE__); -if (isFormSent()) { +if (isFormSent('save_config')) { // Save data adminSaveSettingsFromPostData(); } else {