Ignore:
Timestamp:
Dec 14, 2011, 5:54:42 PM (12 years ago)
Author:
patdenice
Message:

Thumbnails can be generated in admin pannel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GThumb/main.inc.php

    r12732 r12733  
    144144  global $conf;
    145145
    146   if (!in_array(get_extension($picture['file']), $conf['picture_ext']))
     146  if (!in_array(get_extension($picture['path']), $conf['picture_ext']))
    147147  {
    148148    $file = get_thumbnail_url($picture);
Note: See TracChangeset for help on using the changeset viewer.