]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_surfbar_url.php
Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / inc / modules / admin / what-add_surfbar_url.php
index 1df52561c4f381252591154ba4781acc295fab9a..ed671d7ee2380051a3bc45f57a1dc976b2a88689 100644 (file)
@@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addYouAreHereLink('admin', __FILE__);
 
 // Was an URL added?
-if ((isFormSent('add')) && (isPostRequestParameterSet('url'))) {
+if ((isFormSent('add')) && (isPostRequestElementSet('url'))) {
        // Initialize variables
        $content = array();
        $id = 'reload_ye';
@@ -52,7 +52,7 @@ if ((isFormSent('add')) && (isPostRequestParameterSet('url'))) {
        $postData = postRequestArray();
 
        // Convert the "reload selections"
-       // @TODO Find all convertSelectionsToEpocheTime() calls and rewrite postRequestParameter() calls to $postData
+       // @TODO Find all convertSelectionsToEpocheTime() calls and rewrite postRequestElement() calls to $postData
        convertSelectionsToEpocheTime($postData, $content, $id, $skip);
 
        // Then add this URL