Пример #1
0
 public function handleNewCaptcha($comID)
 {
     $this->captchaManager->setNewQuestion();
     $this->template->currentSubComment = $comID;
     $this->redrawAjax(['captchaContainer', 'captchaStatic']);
 }