mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02:00
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";
|
echo "<p>bolink::title('$app','$id')</p>\n";
|
||||||
}
|
}
|
||||||
|
if (!$id) return '';
|
||||||
|
|
||||||
if ($app == $this->vfs_appname)
|
if ($app == $this->vfs_appname)
|
||||||
{
|
{
|
||||||
if (is_array($id) && $link)
|
if (is_array($id) && $link)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user