Ignore:
Timestamp:
Aug 9, 2012, 10:45:14 PM (12 years ago)
Author:
mistic100
Message:

clean definition of BATCH_DOWNLOAD_PUBLIC
remove warning on admin when a downloaded category was deleted

File:
1 edited

Legend:

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

    r17318 r17517  
    1818{
    1919  global $tokens, $page, $conf;
    20  
    21   define('BATCH_DOWNLOAD_PUBLIC', make_index_url(array('section' => 'download')) . '/');
    2220 
    2321  if ($tokens[0] == 'download')
     
    151149  $block = $menu->get_block('mbBatchDownloader');
    152150 
    153   if (!defined('BATCH_DOWNLOAD_PUBLIC')) define('BATCH_DOWNLOAD_PUBLIC', make_index_url(array('section' => 'download')) . '/');
    154  
    155151  if ($block != null)
    156152  {
Note: See TracChangeset for help on using the changeset viewer.