Changeset 7495 for trunk/comments.php


Ignore:
Timestamp:
Oct 30, 2010, 1:32:11 PM (14 years ago)
Author:
rvelices
Message:

feature 1915: add protection on user registration against robots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/comments.php

    r7488 r7495  
    505505      {
    506506        $tpl_comment['IN_EDIT'] = true;
    507         $key = get_comment_post_key($comment['image_id']);
     507        $key = get_ephemeral_key(2, $comment['image_id']);
    508508        $tpl_comment['KEY'] = $key;
    509509        $tpl_comment['IMAGE_ID'] = $comment['image_id'];
Note: See TracChangeset for help on using the changeset viewer.