[eluser]GeXus[/eluser]
I'm working with Tank Auth for authentication and for some reason it's no longer fetching the values from within it's config file.
It's using this method: $this->config->item('use_username', 'tank_auth')
If I do $this->config->item('use_username') it will work however and receive the config settings from the tank_auth.php config. Any ideas what would cause this?
Thank you!