Ignore:
Timestamp:
Jun 13, 2013, 12:12:28 PM (11 years ago)
Author:
mistic100
Message:

allow download from main list when collections can't be public

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/include/collections.inc.php

    r20141 r23166  
    130130      if (isset($pwg_loaded_plugins['BatchDownloader']))
    131131      {
    132         $col['U_DOWNLOAD'] = add_url_params(USER_COLLEC_PUBLIC.'view/'.$col['public_id'], array('action'=>'advdown_set'));
     132        $col['U_DOWNLOAD'] = add_url_params(USER_COLLEC_PUBLIC.'edit/'.$col['id'], array('action'=>'advdown_set'));
    133133      }
    134134     
Note: See TracChangeset for help on using the changeset viewer.