Add missing CSRF checks
This commit is contained in:
committed by
fguillot
parent
41102ec161
commit
71123b0f37
@@ -166,6 +166,7 @@ class CommentController extends BaseController
|
||||
*/
|
||||
public function toggleSorting()
|
||||
{
|
||||
$this->checkReusableGETCSRFParam();
|
||||
$task = $this->getTask();
|
||||
$this->helper->comment->toggleSorting();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user