mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Bugtracker #5098 - allow tif, jpeg in image selector
This commit is contained in:
@@ -39,7 +39,7 @@ if($scaction == 'select' || $scaction == 'all')
|
|||||||
|
|
||||||
foreach($paths as $pths)
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user