mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
Fix using not intentional streamWrapper when registering filemanager editor links
This commit is contained in:
parent
3f3154ead4
commit
a599a85ab4
@ -314,7 +314,7 @@ class filemanager_hooks
|
||||
foreach ($implemented as $app)
|
||||
{
|
||||
|
||||
if ( \EGroupware\Stylite\Vfs\Links\StreamWrapper::check_app_rights($app) &&
|
||||
if ( \EGroupware\Api\Vfs\Links\StreamWrapper::check_app_rights($app) &&
|
||||
($l = Api\Hooks::process('filemanager-editor-link',$app, true)) && $l[$app])
|
||||
{
|
||||
$link = $l[$app];
|
||||
|
Loading…
Reference in New Issue
Block a user