mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fix PHP Fatal cause by use of old common class
This commit is contained in:
parent
7ab832fe9f
commit
57803951c5
@ -65,7 +65,7 @@ class mail_tree
|
||||
{
|
||||
if (strpos($image, '.') === false)
|
||||
{
|
||||
$image = basename($img=common::image('mail', 'dhtmlxtree/'.$image));
|
||||
$image = basename($img=Api\Image::find('mail', 'dhtmlxtree/'.$image));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user