Fix for wrong SERVER_NAME usage (may cause trouble)
[mailer.git] / mailid.php
index 289ac310cd4a701d728f6993b57a358078e3b5fa..784bd996b49db5865795141ca965b4790f135633 100644 (file)
@@ -183,7 +183,7 @@ if ((isValidUserId($userId)) && (($mailId > 0) || ($bonusId > 0)) && (!ifFatalEr
                                        if ($isValid === TRUE) {
                                                // If time is zero seconds we have a sponsor mail. 1 Second shall be set to avoid problems
                                                if (($time == '0') && ($payment > 0)) { 
-                                                       $url = getUrl();
+                                                       $url  = getUrl();
                                                        $time = 1; 
                                                } // END - if