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

Typo error #25

Closed rebirthtobi closed 7 years ago

rebirthtobi commented 7 years ago

There seems to be a typo error on libraries/Ezlogin.php on line 461, where

$this->CI->email->from($option['from'], $option['form_name']);

is used instead of

$this->CI->email->from($option['from'], $option['from_name']);

check the $option['from_name']

ronisaha commented 7 years ago

Thanks for the report, fixed in master branch