Changeset 21522


Ignore:
Timestamp:
Mar 12, 2013, 7:07:05 PM (11 years ago)
Author:
flop25
Message:

UAM compat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/adult_content/class.inc.php

    r21057 r21522  
    232232                                {
    233233                                        $conf_UAM_2 = unserialize($conf['UserAdvManager']);
    234                                         if ( in_array($conf_UAM_2[2], $this->idgroups_user))/// $conf_UAM_2[2] est le groupe des user en attente de modération
     234                                        if ( in_array($conf_UAM_2['NO_CONFIRM_GROUP'], $this->idgroups_user))/// $conf_UAM_2[2] est le groupe des user en attente de modération
    235235                                        {
    236236                                                $menu->hide_block('mbAdultContent');
Note: See TracChangeset for help on using the changeset viewer.