]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_surfbar_url.php
Admin/guest menu add fixed
[mailer.git] / inc / modules / admin / what-add_surfbar_url.php
index fc01349131fce834c4e8e119a795f4208fef8db5..ba0f6ca2f7ccddd4c0da80410f3be8a8a04ff335 100644 (file)
@@ -45,7 +45,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addMenuDescription('admin', __FILE__);
 
 // Was an URL added?
-if ((isPostRequestElementSet('add')) && (isPostRequestElementSet('url'))) {
+if ((isPostRequestParameterSet('add')) && (isPostRequestParameterSet('url'))) {
        // Initialize variables
        $DATA = array();
        $id = 'reload_ye';
@@ -53,7 +53,7 @@ if ((isPostRequestElementSet('add')) && (isPostRequestElementSet('url'))) {
        $postData = postRequestArray();
 
        // Convert the "reload selections"
-       // @TODO Find all convertSelectionsToTimestamp() calls and rewrite postRequestElement() calls to $postData
+       // @TODO Find all convertSelectionsToTimestamp() calls and rewrite postRequestParameter() calls to $postData
        convertSelectionsToTimestamp($postData, $DATA, $id, $skip);
 
        // Then add this URL