* Fix for sql injection attack.

This commit is contained in:
Yagami
2020-02-24 14:09:11 +08:00
parent 310c31b8ec
commit 7b2949916b
5 changed files with 11 additions and 6 deletions
+1
View File
@@ -181,6 +181,7 @@ class bugModel extends model
{
$this->loadModel('action');
$branch = (int)$branch;
$productID = (int)$productID;
$now = helper::now();
$actions = array();
$data = fixer::input('post')->get();