Ignore:
Timestamp:
Dec 12, 2013, 2:12:13 PM (10 years ago)
Author:
mistic100
Message:

allow to configure only one downloadable size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/include/install.inc.php

    r23383 r25931  
    1414      'what'            => array('categories','specials','collections'),
    1515      'photo_size'      => 'original',
     16      'multisize'       => true,
    1617      'archive_prefix'  => 'piwigo',
    1718      'archive_timeout' => 48, /* hours */
     
    4344      $new_conf['force_pclzip'] = isset($conf['batch_download_force_pclzip']) && $conf['batch_download_force_pclzip'];
    4445      $new_conf['direct'] = isset($conf['batch_download_direct']) && $conf['batch_download_direct'];
     46    }
     47    if (!isset($new_conf['multisize']))
     48    {
     49      $new_conf['multisize'] = true;
    4550    }
    4651   
Note: See TracChangeset for help on using the changeset viewer.