Ignore:
Timestamp:
Jul 11, 2012, 12:58:19 PM (12 years ago)
Author:
mistic100
Message:

-add complete breadcrumb
-AJAX for remove photos (more faster)
-use try/catch for error handling

File:
1 edited

Legend:

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

    r16598 r16609  
    9595      else
    9696      {
    97         trigger_error('BatchDownloader::__construct, invalid set id', E_USER_ERROR);
     97        throw new Exception(l10n('Invalid dowload set'));
    9898      }
    9999    }
     
    270270  function createNextArchive($force_one_archive=false)
    271271  {
    272     // set already downloaded
     272    // set already downloaded (we should never be there !)
    273273    if ( $this->data['status'] == 'done' or $this->data['nb_images'] == 0 )
    274274    {
Note: See TracChangeset for help on using the changeset viewer.