Ignore:
Timestamp:
Feb 18, 2013, 12:20:10 PM (11 years ago)
Author:
mistic100
Message:
  • add support for semi-private Vimeo videos
  • escape tags
  • compatible with safe_mode=On
  • deactivate autosize
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gvideo/admin/photo.php

    r19213 r20804  
    100100      $thumb_name = $video['type'].'-'.$video['video_id'].'-'.uniqid().'.'.$thumb_ext;
    101101      $thumb_source = $conf['data_location'].$thumb_name;
    102       if ( empty($video['thumbnail']) or download_remote_file($video['thumbnail'], $thumb_source) !== true )
     102      if ( empty($video['thumbnail']) or gvideo_download_remote_file($video['thumbnail'], $thumb_source) !== true )
    103103      {
    104104        $thumb_source = $conf['data_location'].get_filename_wo_extension($thumb_name).'.jpg';
Note: See TracChangeset for help on using the changeset viewer.