xiidea / ezRbac

A simple yet easy to implement Role Based Access Control Library for popular PHP framework Codeigniter
http://xiidea.github.io/ezRbac/
86 stars 39 forks source link

isGuest returning false when user not logged in. #17

Closed ronisaha closed 10 years ago

ronisaha commented 10 years ago
$this->ezrbac->isGuest()

Returning false. Should return when user is not logged in.