Esempio n. 1
0
 public function performPostActivationObject()
 {
     if ($this->is_moderator) {
         $this->objCurrentPost->activatePost();
         ilUtil::sendInfo($this->lng->txt('forums_post_was_activated'), true);
     }
     $this->viewThreadObject();
 }