This function should return the result. That would be useful
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 26 Apr 2010 06:24:28 +0000 (00:24 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 26 Apr 2010 06:24:42 +0000 (00:24 -0600)
framework/Imap_Client/lib/Horde/Imap/Client/DateTime.php

index 945e5b2..03ba437 100644 (file)
@@ -69,7 +69,7 @@ class Horde_Imap_Client_DateTime
                 : new DateTime($this->_string, $this->_tz);
         }
 
-        call_user_func_array(array($this->_datetime, $name), $arguments);
+        return call_user_func_array(array($this->_datetime, $name), $arguments);
     }
 
 }