Ignore:
Timestamp:
Jun 18, 2013, 1:08:10 PM (11 years ago)
Author:
mistic100
Message:

improve filenames, fix for calendar view

File:
1 edited

Legend:

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

    r23318 r23321  
    6666  {
    6767  case 'categories':
    68     if (!isset($page['category'])) return; // don't download the full gallery in flat mode !
     68    if (!isset($page['category']) && !isset($page['chronology_field'])) return; // don't download the full gallery in flat mode !
    6969   
    7070    if (!in_array('categories', $conf['batch_download']['what'])) return;
Note: See TracChangeset for help on using the changeset viewer.