Ignore:
Timestamp:
Jul 10, 2012, 3:39:01 PM (12 years ago)
Author:
mistic100
Message:

-compatiblity with UserCollections
-don't crash for non-admin users (sic)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/include/download.inc.php

    r16400 r16592  
    6363  /* edition page */
    6464  case 'view':
     65  {
    6566    $self_url = BATCH_DOWNLOAD_PUBLIC . 'view&set_id='.$_GET['set_id'];
    6667   
     
    106107    include(PHPWG_ROOT_PATH . 'include/category_default.inc.php');
    107108   
    108     break;   
     109    break;
     110  }
    109111}
    110112
     
    116118  $search = '<span class="thumbName">';
    117119 
    118   $add = '<a href="{$U_VIEW}&amp;remove={$thumbnail.id}">
     120  $add = '<a href="{$U_VIEW}&amp;remove={$thumbnail.id}" rel="nofollow">
    119121<img src="{$BATCH_DOWNLOAD_PATH}template/image_delete.png" title="{\'Remove from download set\'|@translate}">
    120122</a>&nbsp;';
Note: See TracChangeset for help on using the changeset viewer.