Added todo

This commit is contained in:
Rudi Grinberg 2012-09-14 16:50:28 -04:00
parent 29909f0bd9
commit ec3e0a9b9f
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ class Application_Model_User
return $result;
}
// TODO : refactor code to only accept arrays for isUserType and
// simplify code even further
public function isUserType($type)
{
if (!is_array($type)) {