1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Bugtracker #5098 - allow tif, jpeg in image selector

This commit is contained in:
e107steved 2010-10-10 20:54:49 +00:00
parent 68e453cdd6
commit e3a81b1f48

View File

@ -39,7 +39,7 @@ if($scaction == 'select' || $scaction == 'all')
foreach($paths as $pths)
{
$imagelist[$tp->createConstants($pths, 'mix')]= $fl->get_files($pths,'\.jpg|\.gif|\.png|\.JPG|\.GIF|\.PNG', 'standard', $recurse);
$imagelist[$tp->createConstants($pths, 'mix')]= $fl->get_files($pths,'\.jpg|\.gif|\.png|\.JPG|\.GIF|\.PNG|\.jpeg|\.JPEG|\.tif|\.TIF|\.tiff|\.TIFF', 'standard', $recurse);
}