fix bad sort= xss in bookmarks.tpl
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@469 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
45feef9f6b
commit
634d9572be
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ if($currenttag!= '') {
|
|||
// Ordering
|
||||
$sortOrder = '';
|
||||
if (GET_SORT != '') {
|
||||
$sortOrder = 'sort='. GET_SORT;
|
||||
$sortOrder = 'sort=' . getSortOrder();
|
||||
}
|
||||
|
||||
$sortAmp = (($sortOrder) ? '&'. $sortOrder : '');
|
||||
|
|
Loading…
Reference in a new issue