Changeset 25969


Ignore:
Timestamp:
Dec 16, 2013, 6:00:53 PM (10 years ago)
Author:
mistic100
Message:

compatibility fix with last version of UserCollections

File:
1 edited

Legend:

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

    r25932 r25969  
    866866          if (!class_exists('UserCollection')) throw new Exception();
    867867          $UserCollection = new UserCollection($this->data['type_id']);
    868           $infos = $UserCollection->getCollectionInfo();
    869           $set['NAME'] = l10n('Collection').': <a href="'.$infos['U_PUBLIC'].'">'.$UserCollection->getParam('name').'</a>';
     868          $set['NAME'] = l10n('Collection').': '.$UserCollection->getParam('name');
    870869
    871870          if ( ($name = str2url($UserCollection->getParam('name'))) != null)
Note: See TracChangeset for help on using the changeset viewer.