mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
fix
git-svn-id: http://piwigo.org/svn/trunk@28147 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
40baa42806
commit
ddb1632bf9
1 changed files with 2 additions and 2 deletions
|
@ -303,8 +303,8 @@ $template->set_filenames(array('comments'=>'comments.tpl'));
|
|||
$template->assign(
|
||||
array(
|
||||
'F_ACTION'=>PHPWG_ROOT_PATH.'comments.php',
|
||||
'F_KEYWORD'=> @htmlspecialchars(stripslashes($_GET['keyword'], ENT_QUOTES, 'utf-8')),
|
||||
'F_AUTHOR'=> @htmlspecialchars(stripslashes($_GET['author'], ENT_QUOTES, 'utf-8')),
|
||||
'F_KEYWORD'=> htmlspecialchars(stripslashes($_GET['keyword'])),
|
||||
'F_AUTHOR'=> htmlspecialchars(stripslashes($_GET['author'])),
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue