Ignore:
Timestamp:
Jun 18, 2013, 3:26:17 PM (11 years ago)
Author:
mistic100
Message:

move remove_image.php code to a trigger on init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/main.inc.php

    r23290 r23323  
    3232else
    3333{
     34  add_event_handler('init', 'batch_downloader_remove_image');
     35 
    3436  add_event_handler('loc_end_section_init', 'batch_download_section_init');
    3537  add_event_handler('loc_end_index', 'batch_download_page');
Note: See TracChangeset for help on using the changeset viewer.