Add CSRF protections
This commit is contained in:
@@ -175,6 +175,7 @@ class Category extends Base
|
||||
*/
|
||||
public function remove()
|
||||
{
|
||||
$this->checkCSRFParam();
|
||||
$project = $this->getProject();
|
||||
$category = $this->getCategory($project['id']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user