Pass action back to popup so it knows what to do

This commit is contained in:
nathangray 2018-06-01 11:55:27 -06:00
parent e52695c68d
commit 1bd5927869

View File

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