Welcome Guest, Not a member yet? Register   Sign In
Error on tring set $this->email->from();
#2

[eluser]sn4k3[/eluser]
i fix, by replace constructor:

Code:
function Email_model()
    {
        parent::Model();
        $this->CI =& get_instance();
        $this->CI->load->library('email');
        $this->CI->email->from(EMAIL_FROM);
        $this->CI->email->reply_to(EMAIL_FROM, EMAIL_FROM_NAME);
    }


Messages In This Thread
Error on tring set $this->email->from(); - by El Forum - 03-03-2010, 11:56 AM
Error on tring set $this->email->from(); - by El Forum - 03-03-2010, 12:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB