From b30b9bd9c0272dfc42a845b483db1683b4e879c5 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Mon, 24 May 2004 04:56:21 +0000 Subject: [PATCH] fix typo --- infolog/inc/class.bolink.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infolog/inc/class.bolink.inc.php b/infolog/inc/class.bolink.inc.php index ab4b2a591b..fbbf6f6616 100644 --- a/infolog/inc/class.bolink.inc.php +++ b/infolog/inc/class.bolink.inc.php @@ -255,7 +255,7 @@ } $ids = solink::get_links($app,$id,$only_app,$order); - if (empty($only_app) || $only_apps == $this->vfs_appname || + if (empty($only_app) || $only_app == $this->vfs_appname || ($only_app[0] == '!' && $only_app != '!'.$this->vfs_appname)) { if ($vfs_ids = $this->list_attached($app,$id))