* Fix for sql injection attack.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user