fuel / auth

Fuel PHP Framework - Fuel v1.x Authentication package

Home Page:http://fuelphp.com/docs/packages/auth/intro.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return value of delete_user($username)

iwashi opened this issue · comments

According to function comment as below, delete_user($username) should return boolean value.

* @return bool

However, it seems that delete user($username) returns "Model this instance as a new object without primary key(s)" shown as below:

https://github.com/fuel/orm/blob/e8457ba9296078310cdea47002e5c7b7cb083da2/classes/model.php#L1456

I think that delete_user($username) should return boolean value as documented.

Duplicate of #86