mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
feature 1915: add protection on user registration against robots
git-svn-id: http://piwigo.org/svn/trunk@7495 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -725,7 +725,7 @@ SELECT id, date, author, content
|
||||
)
|
||||
{
|
||||
$comment_post_data['author'] = stripslashes($user['username']);
|
||||
$comment_post_data['key'] = get_comment_post_key($params['image_id']);
|
||||
$comment_post_data['key'] = get_ephemeral_key(2, $params['image_id']);
|
||||
}
|
||||
|
||||
$ret = $image_row;
|
||||
|
||||
Reference in New Issue
Block a user