Changeset 5653 for trunk/picture.php


Ignore:
Timestamp:
Apr 5, 2010, 12:46:56 AM (14 years ago)
Author:
plg
Message:

bug 1565 fixed: ability to validate a user comment from the picture page
(copy/past typo fixed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r5451 r5653  
    367367      check_input_parameter('comment_to_validate', $_GET, false, PATTERN_ID);
    368368     
    369       $author_id = get_comment_author_id($_GET['comment_to_delete']);
     369      $author_id = get_comment_author_id($_GET['comment_to_validate']);
    370370     
    371371      if (can_manage_comment('validate', $author_id))
Note: See TracChangeset for help on using the changeset viewer.