MTrack/SCMEvent.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 25 Jun 2011 15:18:39 +0000 (23:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 25 Jun 2011 15:18:39 +0000 (23:18 +0800)
MTrack/SCMEvent.php

index 76a4245..c5c89c0 100644 (file)
@@ -53,7 +53,8 @@ class MTrackSCMEvent
     {
         require_once 'Mail/RFC822.php';
         $m = new Mail_RFC822;
-        return $m->parseAddressList($this->changeby);
+        $m->parseAddressList($this->changeby);
+        return $m;
 
     }