【类 型】:
【原 因】: 【过 程】: 【影 响】:
This commit is contained in:
parent
a3faf1604a
commit
4b8d31b52a
@ -1223,7 +1223,7 @@ class PlaneController extends PublicController
|
||||
}
|
||||
|
||||
$ids = explode(',', $_REQUEST['id']);
|
||||
$ids = array_filter($ids, function($id) {
|
||||
$ids = array_filter($ids, function ($id) {
|
||||
return is_numeric($id) && $id > 0;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user