fix PHP Fatal cause by use of old common class

This commit is contained in:
Ralf Becker 2016-05-06 14:10:26 +00:00
parent 7ab832fe9f
commit 57803951c5

View File

@ -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));
}
}
}