brain-o
This commit is contained in:
parent
0589f9d72e
commit
d715b3d8a6
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class User {
|
|||
),
|
||||
);
|
||||
|
||||
return $user_classes[$this->get_class()][$action];
|
||||
return $user_classes[$this->get_class()][$ability];
|
||||
}
|
||||
|
||||
// FIXME: this should be a column in the users table
|
||||
|
|
Reference in a new issue