From: x99bachelart Date: Mon, 29 Sep 2003 11:15:45 +0000 (+0000) Subject: bug (empty posts) X-Git-Tag: 1.8~389 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=8675aa48bafd91790a5445a882b2be81f9614faf;p=banana.git bug (empty posts) --- diff --git a/include/post.inc.php b/include/post.inc.php index a9a0c9c..463ff93 100644 --- a/include/post.inc.php +++ b/include/post.inc.php @@ -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; - } } }