CC-6055: Improved escaping
This commit is contained in:
parent
abc81a92b4
commit
b4c9a77e7c
10 changed files with 46 additions and 50 deletions
|
@ -112,6 +112,6 @@ class PluploadController extends Zend_Controller_Action
|
|||
$this->view->sEcho = intval($request->getParam('sEcho'));
|
||||
$this->view->iTotalDisplayRecords = $numTotalDisplayUploads;
|
||||
$this->view->iTotalRecords = $numTotalRecentUploads;
|
||||
$this->view->files = $uploadsArray;
|
||||
$this->view->files = SecurityHelper::htmlescape_recursive($uploadsArray);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue