mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix home app thumbnails for linked files
This commit is contained in:
parent
df7611275b
commit
0679d62112
@ -174,7 +174,7 @@ class home_link_portlet extends home_portlet
|
||||
$this->context['entry']['app'] = 'file';
|
||||
$this->context['entry']['path'] = $this->context['entry']['title'] = $this->context['entry']['id'];
|
||||
$this->context['entry']['type'] = egw_vfs::mime_content_type($this->context['entry']['id']);
|
||||
$content['image'] = egw_framework::link('/etemplate/thumbnail.php',array('path' => $this->context['entry']['id']));
|
||||
$content['image'] = egw_framework::link('/api/thumbnail.php',array('path' => $this->context['entry']['id']));
|
||||
}
|
||||
|
||||
$content += $this->context;
|
||||
|
Loading…
Reference in New Issue
Block a user