Commit 7e6c7aae by 冷斌

fix bug

parent 9cdf7514
......@@ -294,7 +294,7 @@ class AdminPaperAction extends AdministratorAction
if (!empty(array_filter($attache_ids))) {
$attache_id = array_pop($attache_ids);
}
echo $attache_id;
var_dump($attache_ids);
die;
$data['exams_subject_id'] = end($subjectArr);
$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