Changeset 18291 for extensions


Ignore:
Timestamp:
Sep 26, 2012, 11:27:32 PM (12 years ago)
Author:
mistic100
Message:

load pclzip from Piwigo/admin/include

Location:
extensions/BatchDownloader
Files:
1 deleted
2 edited

Legend:

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

    r17915 r18291  
    709709      $this->lib = 'pcl';
    710710     
    711       require_once(BATCH_DOWNLOAD_PATH.'include/pclzip.lib.php');
     711      require_once(PHPWG_ROOT_PATH.'admin/include/pclzip.lib.php');
    712712      $this->zip = new PclZip($zip_path);
    713713     
  • extensions/BatchDownloader/main.inc.php

    r17880 r18291  
    1919define('BATCH_DOWNLOAD_ADMIN',   get_root_url() . 'admin.php?page=plugin-BatchDownloader');
    2020define('BATCH_DOWNLOAD_PUBLIC',  get_absolute_root_url() . make_index_url(array('section' => 'download')) . '/');
    21 define('BATCH_DOWNLOAD_VERSION', '1.0.4');
     21define('BATCH_DOWNLOAD_VERSION', 'auto');
    2222
    2323
Note: See TracChangeset for help on using the changeset viewer.