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/admin/sets.php

    r16400 r16598  
    1212if (isset($_GET['cancel']))
    1313{
    14   $BatchDownloader = new BatchDownloader($_GET['cancel']);
     14  $BatchDownloader = new BatchDownloader($_GET['cancel']); 
     15  $BatchDownloader->updateParam('total_size', $BatchDownloader->getEstimatedTotalSize());
     16  $BatchDownloader->updateParam('status', 'done');
    1517  $BatchDownloader->deleteLastArchive();
    1618  $BatchDownloader->clearImages();
    17   $BatchDownloader->updateParam('status', 'done');
    1819}
    1920
     
    9495  'list' => l10n('Random'),
    9596  'recent_pics' => l10n('Recent photos'),
    96   // 'selection' => l10n('Selection'),
     97  'collection' => l10n('User collection'),
    9798  );
    9899
Note: See TracChangeset for help on using the changeset viewer.