]> git.mxchange.org Git - mailer.git/blobdiff - mailid.php
Fix for missing 4th parameter
[mailer.git] / mailid.php
index 289ac310cd4a701d728f6993b57a358078e3b5fa..976d4d98c733e382caa03f05ea124f80b6fbec95 100644 (file)
@@ -182,8 +182,8 @@ if ((isValidUserId($userId)) && (($mailId > 0) || ($bonusId > 0)) && (!ifFatalEr
                                        // Was that mail a valid one?
                                        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();
+                                               if (($time == '0') && ($payment > 0)) {
+                                                       $url  = getUrl();
                                                        $time = 1; 
                                                } // END - if