|
@@ -65,7 +65,7 @@ class School extends Controller
|
|
|
}
|
|
|
protected function _form_filter(&$data){
|
|
|
if($this->request->isGet()) {
|
|
|
-
|
|
|
+ $this->data = $data;
|
|
|
}elseif ($this->request->isPost()){
|
|
|
if (isset($data['id']) && $data['id'] > 0) {
|
|
|
$is_set = $this->app->db->name('school2')->where('username',$data['username'])->where('id','<>',$data['id'])->find();
|