Changeset 16695 for extensions
- Timestamp:
- Jul 13, 2012, 5:48:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/BatchDownloader/include/BatchDownloader.class.php
r16689 r16695 608 608 { 609 609 $UserCollection = new UserCollection($this->data['type_id']); 610 $set['NAME'] = l10n('Collection').': <a href="'.USER_COLLEC_PUBLIC.'view/'.$UserCollection->getParam(' col_id').'">'.$UserCollection->getParam('name').'</a>';610 $set['NAME'] = l10n('Collection').': <a href="'.USER_COLLEC_PUBLIC.'view/'.$UserCollection->getParam('id').'">'.$UserCollection->getParam('name').'</a>'; 611 611 } 612 612 catch (Exception $e)
Note: See TracChangeset
for help on using the changeset viewer.