Ignore:
Timestamp:
Sep 11, 2013, 6:44:54 PM (11 years ago)
Author:
mistic100
Message:

new system for shares : password protection, link timeout, management popup + for mails
handle lightbox conflicts
menublock is visible by AMM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/admin/config.php

    r23551 r24421  
    55{
    66  $conf['user_collections'] = array(
    7     'allow_mails'     => isset($_POST['allow_mails']),
    87    'allow_public'    => isset($_POST['allow_public']),
     8    'allow_mails'     => isset($_POST['allow_mails']) && isset($_POST['allow_public']),
    99    );
    1010 
Note: See TracChangeset for help on using the changeset viewer.