diff --git a/airtime_mvc/application/models/User.php b/airtime_mvc/application/models/User.php index 57130cf9b..9fcf9f62c 100644 --- a/airtime_mvc/application/models/User.php +++ b/airtime_mvc/application/models/User.php @@ -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)) {