Exemplo n.º 1
0
 public function markPostUnreadObject()
 {
     /**
      * @var $ilUser ilObjUser
      */
     global $ilUser;
     if (isset($_GET['pos_pk'])) {
         $this->object->markPostUnread($ilUser->getId(), (int) $_GET['pos_pk']);
     }
     $this->viewThreadObject();
 }