fux php warning (one of my prev commit)

git-svn-id: http://piwigo.org/svn/trunk@28164 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2014-04-13 04:43:00 +00:00
parent 1ac8599718
commit e6a38c4172

View File

@@ -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'])),
'F_AUTHOR'=> htmlspecialchars(stripslashes($_GET['author'])),
'F_KEYWORD'=> htmlspecialchars(stripslashes(@$_GET['keyword'])),
'F_AUTHOR'=> htmlspecialchars(stripslashes(@$_GET['author'])),
)
);