X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-add_surfbar_url.php;h=1df52561c4f381252591154ba4781acc295fab9a;hb=bbadc7614e0bc296f49a8b9eff5418412dae441e;hp=43d32d83b25a2998955876817213de13cbe4837d;hpb=0cbb56bacbaeed5d2bfd04081c018bda9248071b;p=mailer.git diff --git a/inc/modules/admin/what-add_surfbar_url.php b/inc/modules/admin/what-add_surfbar_url.php index 43d32d83b2..1df52561c4 100644 --- a/inc/modules/admin/what-add_surfbar_url.php +++ b/inc/modules/admin/what-add_surfbar_url.php @@ -46,14 +46,14 @@ addYouAreHereLink('admin', __FILE__); // Was an URL added? if ((isFormSent('add')) && (isPostRequestParameterSet('url'))) { // Initialize variables - $DATA = array(); + $content = array(); $id = 'reload_ye'; $skip = false; $postData = postRequestArray(); // Convert the "reload selections" // @TODO Find all convertSelectionsToEpocheTime() calls and rewrite postRequestParameter() calls to $postData - convertSelectionsToEpocheTime($postData, $DATA, $id, $skip); + convertSelectionsToEpocheTime($postData, $content, $id, $skip); // Then add this URL if (SURFBAR_ADMIN_ADD_URL($postData['url'], $postData['limit'], $postData['reload'])) {