bug (empty posts)
authorx99bachelart <x99bachelart>
Mon, 29 Sep 2003 11:15:45 +0000 (11:15 +0000)
committerx99bachelart <x99bachelart>
Mon, 29 Sep 2003 11:15:45 +0000 (11:15 +0000)
include/post.inc.php

index a9a0c9c..463ff93 100644 (file)
@@ -35,10 +35,6 @@ class Post {
       (preg_match("/quoted-printable/",$this->headers->contentencoding))) {
         $this->body = quoted_printable_decode($this->body);
       }
-    if (!$this->body) {
-      $this = false;
-      return false;
-    }
   }
 }