Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 552c856

Browse files
author
Jamie Snape
committed
Escape variables in archive module
1 parent 7bfe67a commit 552c856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/archive/views/extract/dialog.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div id="extractArchiveProgressMessage"></div>
3434

3535
<div id="extractArchiveButtons" style="float: right">
36-
<input type='hidden' id="itemId" value="<?php echo $this->itemId; ?>"/>
36+
<input type='hidden' id="itemId" value="<?php echo $this->escape($this->itemId); ?>"/>
3737
<input class="globalButton" type='submit' name='submitButton' id='beginArchiveExtract' value='Extract'/>
3838
<input class="globalButton" style="margin-left: 15px;" type='button' name='declineArchiveExtract'
3939
id='declineArchiveExtract'

0 commit comments

Comments
 (0)