Browse Source

Another operator bug...

Jimmy Conner 22 years ago
parent
commit
c4f1e2e052
1 changed files with 1 additions and 1 deletions
  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";