Ignore:
Timestamp:
Jun 18, 2013, 3:38:03 AM (11 years ago)
Author:
mistic100
Message:

it's late! some corrections, code cleaning & filter by size on admin page

File:
1 edited

Legend:

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

    r23290 r23318  
    141141    'BATCH_DWN_URL' => $url,
    142142    ));
    143    
    144   $type_map = ImageStdParams::get_defined_type_map();
    145   foreach ($type_map as $params)
     143 
     144  foreach (ImageStdParams::get_defined_type_map() as $params)
    146145  {
    147146    $template->append(
Note: See TracChangeset for help on using the changeset viewer.