Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 448750
Collapse All | Expand All

(-)a/Mail.php (-1 / +1 lines)
Lines 71-77 class Mail Link Here
71
     * @return object Mail a instance of the driver class or if fails a PEAR Error
71
     * @return object Mail a instance of the driver class or if fails a PEAR Error
72
     * @access public
72
     * @access public
73
     */
73
     */
74
    function &factory($driver, $params = array())
74
    static function &factory($driver, $params = array())
75
    {
75
    {
76
        $driver = strtolower($driver);
76
        $driver = strtolower($driver);
77
        @include_once 'Mail/' . $driver . '.php';
77
        @include_once 'Mail/' . $driver . '.php';

Return to bug 448750