Ignore:
Timestamp:
Jun 1, 2011, 6:54:01 PM (13 years ago)
Author:
Eric
Message:

Bug fixed : If "Comments for all" is disabled and guest user uses a nickname already in use, the comment was automatically accepted and validated.
New version 2.2.3 hard coded for publication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_Access_Manager/main.inc.php

    r11070 r11204  
    22/*
    33Plugin Name: Comments Access Manager
    4 Version: 2.2.2
     4Version: 2.2.3
    55Description: Gérer l'accès aux commentaites - Manage comments access
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=
     
    2222
    2323// Comments authorisation check
    24 add_event_handler('user_comment_check', 'CM_CheckCommentAuthor', 50, 2);
     24add_event_handler('user_comment_check', 'CM_CheckComment', 50, 2);
    2525?>
Note: See TracChangeset for help on using the changeset viewer.