forked from extern/egroupware
fix for empty or zero id in call to bolink::tile
This commit is contained in:
parent
2d7c4441f1
commit
8fc1ad4184
@ -440,6 +440,8 @@
|
||||
{
|
||||
echo "<p>bolink::title('$app','$id')</p>\n";
|
||||
}
|
||||
if (!$id) return '';
|
||||
|
||||
if ($app == $this->vfs_appname)
|
||||
{
|
||||
if (is_array($id) && $link)
|
||||
|
Loading…
Reference in New Issue
Block a user