Ignore:
Timestamp:
Jul 4, 2013, 7:29:34 PM (11 years ago)
Author:
mistic100
Message:

add two triggers batchdownload_get_set_info and batchdownload_init_zip

File:
1 edited

Legend:

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

    r23321 r23771  
    6363  }
    6464 
    65   return array(
     65  $set = array(
    6666    'type' => $batch_type,
    6767    'id' => $batch_id,
    6868    'size' => !empty($_GET['down_size']) ? $_GET['down_size'] : 'original',
     69    'items' => $page['items'],
    6970    );
     71   
     72  return trigger_event('batchdownload_get_set_info', $set);
    7073}
    7174
Note: See TracChangeset for help on using the changeset viewer.