Ignore:
Timestamp:
Jun 6, 2011, 10:11:56 PM (13 years ago)
Author:
Eric
Message:

Bug fixed on comments modification : Validation was required even is user is in an "auto validated" group. -- Only for Piwigo 2.2.3 !! --
Short refactory for admin panel.

Version 2.2.6 hard coded for publication (only compatible with Piwigo 2.2.3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_Access_Manager/admin.php

    r11070 r11254  
    129129    'CM_PATH'                       => CM_PATH,
    130130    'CM_CFA'                        => $conf['comments_forall'],
     131    'CM_VALIDATION'                 => $conf['comments_validation'],
    131132    'CM_VERSION'                    => $conf_CM[0],
    132133                'CM_NO_COMMENT_ANO_TRUE'        => $conf_CM[1]=='true' ?  'checked="checked"' : '' ,
Note: See TracChangeset for help on using the changeset viewer.