29                 require_once 
'Services/InfoScreen/classes/class.ilInfoScreenGUI.php';
 
   48                 include_once 
'Modules/Chatroom/classes/class.ilChatroom.php';
 
   52                         $ilCtrl->setParameterByClass(
"ilrepositorygui", 
"ref_id", ROOT_FOLDER_ID);
 
   53                         $ilCtrl->redirectByClass(
"ilrepositorygui", 
"");
 
   56                 $this->gui->switchToVisibleMode();
 
   58                 if(!$rbacsystem->checkAccess(
"visible", $this->gui->ref_id))
 
   60                         $this->gui->ilias->raiseError(
 
   61                                 $lng->txt(
"msg_no_perm_read"), $this->ilias->error_obj->MESSAGE
 
   67                 $info->enablePrivateNotes();
 
   69                 if($rbacsystem->checkAccess(
"read", (
int)
$_GET[
"ref_id"]))
 
   74                 $info->addMetaDataSections(
 
   75                         $this->gui->object->getId(), 0, $this->gui->object->getType()
 
   79                         $ilCtrl->setCmd(
'showSummary');
 
   83                         $ilCtrl->setCmd($method);
 
   85                 $ilCtrl->forwardCommand($info);