Bug correction
Position get paramater appeared multiple times when submitting form multiple times.
This commit is contained in:
parent
0c42625571
commit
d7d53d643e
@ -103,6 +103,7 @@
|
||||
<?php
|
||||
foreach($_GET as $GET=>$param)
|
||||
{
|
||||
if($GET != 'position')
|
||||
echo '<input type="hidden" name="'.htmlspecialchars($GET).'" value="'.htmlspecialchars($param).'"/>';
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user