Changeset 23772


Ignore:
Timestamp:
Jul 4, 2013, 9:22:21 PM (11 years ago)
Author:
mistic100
Message:

apply array_keys before sending batchdownload_init_zip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/include/BatchDownloader.class.php

    r23771 r23772  
    458458      $this->updateParam('date_creation', date('Y-m-d H:i:s'));
    459459     
    460       trigger_action('batchdownload_init_zip', $this->data, $this->images);
     460      trigger_action('batchdownload_init_zip', $this->data, array_keys($this->images));
    461461    }
    462462   
Note: See TracChangeset for help on using the changeset viewer.