Exemple #1
0
 public function ACT_stopjudge()
 {
     $record_id = $this->path_option->getPathSection(2);
     MDL_Judge_Single::stop($record_id);
     $this->locator->redirect('admin_record_list');
 }