Ignore:
Timestamp:
Jun 17, 2013, 8:03:39 PM (11 years ago)
Author:
mistic100
Message:

fininalize download page
handle no-image files
correct link error when zips number changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/download.php

    r23167 r23291  
    88  $BatchDownloader = new BatchDownloader($_GET['set_id']);
    99  $file = $BatchDownloader->getArchivePath();
     10 
     11  if (!file_exists($file))
     12  {
     13    throw new Exception('Unable to locate file.');
     14  }
    1015 
    1116  if (isset($conf['batch_download_direct']) and $conf['batch_download_direct'])
Note: See TracChangeset for help on using the changeset viewer.