forked from extern/egroupware
Pass action back to popup so it knows what to do
This commit is contained in:
parent
e52695c68d
commit
1bd5927869
@ -567,6 +567,7 @@ class Sharing
|
||||
);
|
||||
|
||||
$arr = array(
|
||||
'action' => $action,
|
||||
'share_link' => $class::share2link($share),
|
||||
'template' => Etemplate\Widget\Template::rel2url('/filemanager/templates/default/share_dialog.xet')
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user