Fixes for warnings in loader/frametester
[mailer.git] / inc / modules / loader.php
index 88a9aa7eadb707f62a211a66ce607309f0a60848..ab8533a79b1382f876e8bcade550e6bd6a1a04df 100644 (file)
@@ -39,7 +39,7 @@ if (!defined('__SECURITY')) {
 
 if (!empty($_GET['url'])) {
        // Decode URL
-       $url = COMPILE_CODE(@gzuncompress(base64_decode(str_replace(" ", "+", urldecode($_GET['url'])))));
+       $url = gzuncompress(base64_decode(str_replace(" ", "+", COMPILE_CODE(urldecode($_GET['url'])))));
 
        // Validate the URL
        if (VALIDATE_URL($url)) {