Changeset 16695


Ignore:
Timestamp:
Jul 13, 2012, 5:48:01 PM (12 years ago)
Author:
mistic100
Message:

forgot to update BatchDownloader with new Usercollections params

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/include/BatchDownloader.class.php

    r16689 r16695  
    608608        {
    609609          $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>';
    611611        }
    612612        catch (Exception $e)
Note: See TracChangeset for help on using the changeset viewer.