示例#1
0
 private function onFailed(WC_Warflag $flag)
 {
     if (!WC_Warflags::insertFailure($flag, $this->user)) {
         return GWF_HTML::err('ERR_DATABASE', array(__FILE__, __LINE__));
     }
     return $this->module->error('err_wrong');
 }