Welcome Guest, Not a member yet? Register   Sign In
Undefined Variable: Config
#3

[eluser]Watermark Studios[/eluser]
I was passing the $config array in the load statement:

Code:
$this->load->library('email', $config);

But $config isn't defined until email is loaded.

I changed it to:

Code:
$this->load->library('email');

and it worked just fine.

Thanks!


Messages In This Thread
Undefined Variable: Config - by El Forum - 10-14-2009, 04:34 PM
Undefined Variable: Config - by El Forum - 10-14-2009, 05:32 PM
Undefined Variable: Config - by El Forum - 10-15-2009, 12:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB