]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/loader.php
Typo in naming a database column fixed
[mailer.git] / inc / modules / loader.php
index dfcae4e7c64291d304103db66b8ee75c5e54d951..3bc8c46d82d898915bb5efd97a2fc7bdd3a9d9a2 100644 (file)
@@ -41,9 +41,9 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Is an URL specified?
-if (isGetRequestParameterSet('url')) {
+if (isGetRequestElementSet('url')) {
        // Decode URL
-       $url = decodeString(str_replace(' ', '+', compileUriCode(urldecode(getRequestParameter('url')))));
+       $url = decodeString(str_replace(' ', '+', compileUriCode(urldecode(getRequestElement('url')))));
 
        // Validate the URL
        if (isUrlValid($url)) {