Changeset 12733 for extensions/GThumb/main.inc.php
- Timestamp:
- Dec 14, 2011, 5:54:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GThumb/main.inc.php
r12732 r12733 144 144 global $conf; 145 145 146 if (!in_array(get_extension($picture[' file']), $conf['picture_ext']))146 if (!in_array(get_extension($picture['path']), $conf['picture_ext'])) 147 147 { 148 148 $file = get_thumbnail_url($picture);
Note: See TracChangeset
for help on using the changeset viewer.