mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix drop of mail onto filemanager
This commit is contained in:
parent
be3dff7c30
commit
6dcb8cbbf5
@ -528,12 +528,11 @@ class filemanager_ui
|
||||
|
||||
switch($action)
|
||||
{
|
||||
case 'mail':
|
||||
throw new egw_exception_assertion_failed('Implemented on clientside!');
|
||||
|
||||
case 'delete':
|
||||
return static::do_delete($selected,$errs,$files,$dirs);
|
||||
|
||||
case 'mail':
|
||||
case 'copy':
|
||||
foreach($selected as $path)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user