Index: branches/5.2.x/core/units/helpers/mailbox_helper.php =================================================================== diff -u -N -r13840 -r14095 --- branches/5.2.x/core/units/helpers/mailbox_helper.php (.../mailbox_helper.php) (revision 13840) +++ branches/5.2.x/core/units/helpers/mailbox_helper.php (.../mailbox_helper.php) (revision 14095) @@ -1,6 +1,6 @@ Application->makeClass('POP3Helper', $connection_info); + $pop3_helper =& $this->Application->makeClass('POP3Helper', Array ($connection_info)); /* @var $pop3_helper POP3Helper */ $connection_status = $pop3_helper->initMailbox();