Changeset 23166
- Timestamp:
- Jun 13, 2013, 12:12:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserCollections/include/collections.inc.php
r20141 r23166 130 130 if (isset($pwg_loaded_plugins['BatchDownloader'])) 131 131 { 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')); 133 133 } 134 134
Note: See TracChangeset
for help on using the changeset viewer.