Ignore:
Timestamp:
Aug 29, 2012, 5:58:50 PM (12 years ago)
Author:
mistic100
Message:

avoid path errors in some case (like lightbox)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/include/install.inc.php

    r17656 r17660  
    2828
    2929  // archives directory
    30   if (!file_exists($conf['data_location'] . 'download_archives/'))
     30  if ( file_exists($conf['data_location']) and !file_exists($conf['data_location'] . 'download_archives/') )
    3131  {
    3232    mkdir($conf['data_location'] . 'download_archives/', 0755);
Note: See TracChangeset for help on using the changeset viewer.