Changeset 16592 for extensions/BatchDownloader/main.inc.php
- Timestamp:
- Jul 10, 2012, 3:39:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/BatchDownloader/main.inc.php
r16379 r16592 20 20 define('BATCH_DOWNLOAD_PUBLIC', make_index_url(array('section' => 'download')) . '/'); 21 21 22 22 23 if (class_exists('ZipArchive')) 23 24 { … … 29 30 add_event_handler('loc_end_index', 'batch_download_clean'); 30 31 31 add_event_handler('loc_ begin_index', 'batch_download_index_button');32 add_event_handler('loc_end_index', 'batch_download_index_button', EVENT_HANDLER_PRIORITY_NEUTRAL+10); 32 33 33 34 add_event_handler('blockmanager_register_blocks', 'batch_download_add_menublock'); … … 38 39 require(BATCH_DOWNLOAD_PATH . 'include/events.inc.php'); 39 40 } 41 40 42 41 43 add_event_handler('get_admin_plugin_menu_links', 'batch_download_admin_menu');
Note: See TracChangeset
for help on using the changeset viewer.