Пример #1
0
 public function run()
 {
     if ($this->tids) {
         $topicDm = new PwTopicDm(true);
         $topicDm->setDigest($this->digest);
         Wekit::load('forum.PwThread')->batchUpdateThread($this->tids, $topicDm, PwThread::FETCH_MAIN);
         $this->_digest();
         $this->_operateUser();
         $this->_addManageLog();
     }
 }