Changeset 23760


Ignore:
Timestamp:
Jul 3, 2013, 10:12:56 PM (11 years ago)
Author:
mistic100
Message:

fix redirect error with "old" browsers

File:
1 edited

Legend:

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

    r23383 r23760  
    104104          $BatchDownloader->createNextArchive(true); // make sure we have only one zip, even if 'max_size' is exceeded
    105105         
    106           $u_download = get_root_url().BATCH_DOWNLOAD_PATH . 'download.php?set_id='.$BatchDownloader->getParam('id').'&zip=1';
     106          $u_download = get_root_url().BATCH_DOWNLOAD_PATH . 'download.php?set_id='.$BatchDownloader->getParam('id').'&zip=1';
    107107         
    108108          $null = null;
Note: See TracChangeset for help on using the changeset viewer.