Fix identification of single message thread.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 21 Jan 2010 23:00:45 +0000 (16:00 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 21 Jan 2010 23:04:39 +0000 (16:04 -0700)
framework/Imap_Client/lib/Horde/Imap/Client/Thread.php

index 7654a88..20d831b 100644 (file)
@@ -117,7 +117,7 @@ class Horde_Imap_Client_Thread
     public function getThread($index)
     {
         /* Find the beginning of the thread. */
-        if (($begin = $this->getThreadBase($index)) === false) {
+        if (!($begin = $this->getThreadBase($index))) {
             return array($index);
         }