Explorar o código

Another operator bug...

Jimmy Conner %!s(int64=22) %!d(string=hai) anos
pai
achega
c4f1e2e052
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/spamcop/spamcop.php

+ 1 - 1
plugins/spamcop/spamcop.php

@@ -30,7 +30,7 @@ function getMessage_RFC822_Attachment($message, $composeMessage, $passed_id,
                                      TRUE, $response, $readmessage, $uid_support);
         $message = $message->parent;
     }
-    if ($response = 'OK') {
+    if ($response == 'OK') {
         $subject = encodeHeader($message->rfc822_header->subject);
         array_shift($body_a);
         $body = implode('', $body_a) . "\r\n";