]> git.mxchange.org Git - mailer.git/blobdiff - inc/js/js-surfbar_frame_top.php
Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / inc / js / js-surfbar_frame_top.php
index 25bc676197bb8baf65679f385f9bae19165bbf9c..d071bd17cef75a343d0f4b3b45c0cca6705de122 100644 (file)
@@ -46,15 +46,15 @@ if (!defined('__SECURITY')) {
 SURFBAR_INIT();
 
 // Init data
-SURFBAR_DETERMINE_NEXT_ID(getRequestParameter('url_id'));
+SURFBAR_DETERMINE_NEXT_ID(getRequestElement('url_id'));
 
 // Check reload-locks
 SURFBAR_CHECK_RELOAD_FULL();
 
 // Prepare content
 $content = array(
-       'url_id' => bigintval(getRequestParameter('url_id')),
-       'check'  => SURFBAR_GENERATE_VALIDATION_CODE(getRequestParameter('url_id'), SURFBAR_GET_LAST_SALT()),
+       'url_id' => bigintval(getRequestElement('url_id')),
+       'check'  => SURFBAR_GENERATE_VALIDATION_CODE(getRequestElement('url_id'), SURFBAR_GET_LAST_SALT()),
        'salt'   => SURFBAR_GET_LAST_SALT(),
 );