Ignore:
Timestamp:
Jun 19, 2013, 12:53:31 PM (11 years ago)
Author:
mistic100
Message:

the fix for url was really bad

File:
1 edited

Legend:

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

    r23321 r23360  
    272272    }
    273273   
    274     $root_url = get_root_url();
    275274    $uid = '&b='.time();
    276275   
     
    341340        if ($filemtime===false || $filemtime<$last_mod_time || $filemtime<$src_mtime)
    342341        {
    343           $urls[] = $root_url.$derivative->get_url().$uid;
     342          $urls[] = $derivative->get_url().$uid;
    344343        }
    345344        else if ($update && in_array($row['id'], $to_update))
Note: See TracChangeset for help on using the changeset viewer.