Пример #1
0
 public function auth($method = null, $data = null)
 {
     $action_type_id = 44;
     if ($method == 'reminder' && $data['type'] == 'agency') {
         $action_type_id = 45;
     }
     $user = $data['user'];
     // find or save
     ILog::add_log($action_type_id, -1, $user->id, $data['hash']);
 }