Ignore:
Timestamp:
Aug 27, 2014, 7:21:07 PM (10 years ago)
Author:
mistic100
Message:

when vimeo provides default thumbnail without extension

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gvideo/include/functions.inc.php

    r28270 r29299  
    115115            ));
    116116        }
     117       
     118        if ($video['thumbnail'] == 'http://i.vimeocdn.com/video/default_640')
     119        {
     120          $video['thumbnail'] = 'http://i.vimeocdn.com/video/default_640.jpg';
     121        }
    117122      }
    118123     
Note: See TracChangeset for help on using the changeset viewer.