mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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:
@@ -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'])),
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user