mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix using not intentional streamWrapper when registering filemanager editor links
This commit is contained in:
parent
16e5c695dc
commit
8e9ba56b46
@ -314,7 +314,7 @@ class filemanager_hooks
|
|||||||
foreach ($implemented as $app)
|
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])
|
($l = Api\Hooks::process('filemanager-editor-link',$app, true)) && $l[$app])
|
||||||
{
|
{
|
||||||
$link = $l[$app];
|
$link = $l[$app];
|
||||||
|
Loading…
Reference in New Issue
Block a user