Changeset 12710 for extensions/GThumb/main.inc.php
- Timestamp:
- Dec 9, 2011, 2:24:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GThumb/main.inc.php
r12705 r12710 128 128 global $conf; 129 129 130 if ( empty($picture['width']))130 if (!in_array(get_extension($picture['file']), $conf['picture_ext'])) 131 131 { 132 132 $file = get_thumbnail_url($picture);
Note: See TracChangeset
for help on using the changeset viewer.