X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-add_surfbar_url.php;h=2ee7b2d9517f36e265dd0faff5b3332ed7451c6a;hb=995488beda665a1fc3de65df95f2d1ae236d1245;hp=ba0f6ca2f7ccddd4c0da80410f3be8a8a04ff335;hpb=57227d33e870ec5cd271209c4a978a52b45c2dd6;p=mailer.git diff --git a/inc/modules/admin/what-add_surfbar_url.php b/inc/modules/admin/what-add_surfbar_url.php index ba0f6ca2f7..2ee7b2d951 100644 --- a/inc/modules/admin/what-add_surfbar_url.php +++ b/inc/modules/admin/what-add_surfbar_url.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -45,7 +46,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { addMenuDescription('admin', __FILE__); // Was an URL added? -if ((isPostRequestParameterSet('add')) && (isPostRequestParameterSet('url'))) { +if ((isFormSent('add')) && (isPostRequestParameterSet('url'))) { // Initialize variables $DATA = array(); $id = 'reload_ye';