Ignore:
Timestamp:
Sep 13, 2012, 3:56:14 AM (12 years ago)
Author:
mistic100
Message:
  • now archive comment is well added
  • add PclZip library for servers without ZipArchive
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/admin.php

    r17517 r17880  
    1717if (!class_exists('ZipArchive'))
    1818{
    19   array_push($page['errors'], l10n('Unable to find ZipArchive PHP extension, Batch Downloader can\'t work without this extension.'));
     19  array_push($page['warnings'], l10n('Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'));
    2020}
    2121
Note: See TracChangeset for help on using the changeset viewer.