mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 19:31:53 +02:00
fix typo
This commit is contained in:
parent
fbf23b7ff5
commit
a4577d088b
@ -183,7 +183,7 @@ function read_thumbnail($src)
|
|||||||
list(, $path) = explode($GLOBALS['egw_info']['server']['webserver_url'],
|
list(, $path) = explode($GLOBALS['egw_info']['server']['webserver_url'],
|
||||||
Api\Image::find($app, $icon), 2);
|
Api\Image::find($app, $icon), 2);
|
||||||
$dst = EGW_SERVER_ROOT.$path;
|
$dst = EGW_SERVER_ROOT.$path;
|
||||||
if (function_exist('mime_content_type'))
|
if (function_exists('mime_content_type'))
|
||||||
{
|
{
|
||||||
$output_mime = mime_content_type($dst);
|
$output_mime = mime_content_type($dst);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user