mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fix typo
This commit is contained in:
parent
17f64562ad
commit
b30b9bd9c0
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user