Commit 86796ff8 by 冷斌

fix bug

parent ff39e927
...@@ -291,7 +291,7 @@ class AdminPaperAction extends AdministratorAction ...@@ -291,7 +291,7 @@ class AdminPaperAction extends AdministratorAction
} }
$attache_ids = explode('|', $_POST['attache_ids']); $attache_ids = explode('|', $_POST['attache_ids']);
var_dump($attache_ids); var_dump(array_filter($attache_ids));
die; die;
$data['exams_subject_id'] = end($subjectArr); $data['exams_subject_id'] = end($subjectArr);
$data['description'] = t($_POST['description']); $data['description'] = t($_POST['description']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment