Ignore:
Timestamp:
Jul 10, 2012, 6:13:37 PM (12 years ago)
Author:
mistic100
Message:

-fix template override with UserCollection
-localization

File:
1 edited

Legend:

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

    r16592 r16598  
    431431      $out.= '<li id="zip-'.$i.'">';
    432432     
    433       if ($i < $this->data['last_zip']+1)
     433      if ($this->data['status'] == 'done' or $i < $this->data['last_zip']+1)
    434434      {
    435435        $out.= '<img src="'.BATCH_DOWNLOAD_PATH.'template/drive.png"> Archive #'.$i.' (already downloaded)';
Note: See TracChangeset for help on using the changeset viewer.