fuel / auth

Fuel PHP Framework - Fuel v1.x Authentication package
http://fuelphp.com/docs/packages/auth/intro.html
76 stars 57 forks source link

Fixed a bug in \Auth::check() when using $specific is string #110

Closed miko2u closed 9 years ago

miko2u commented 9 years ago

Fixed a cause error in \Auth::check() when $specific parameter is string.

miko2u commented 9 years ago

Thanks for merged.

but, same bug in 1.7/master ( f750588 ). please backport.

kenjis commented 9 years ago

It will be merged when 1.7.4 is released.

emlynwest commented 9 years ago

For now you can use 1.8/develop. There should be no breaking changes as it only includes bug fixes.