Example #1
0
 public function at_comments($user_id = null)
 {
     $this->check_login();
     $this->userControl();
     parent::at_comments($this->current_user['user_id']);
 }