Fix drop of mail onto filemanager

This commit is contained in:
Nathan Gray 2014-12-09 16:29:00 +00:00
parent be3dff7c30
commit 6dcb8cbbf5

View File

@ -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)
{