This commit is contained in:
Lars Kneschke 2004-05-24 04:56:21 +00:00
parent 17f64562ad
commit b30b9bd9c0

View File

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