* Api: Fix some merge files were opened in browser instead of downloaded

This commit is contained in:
nathan 2021-09-03 09:33:32 -06:00
parent 95c5fed125
commit 93aa346090

View File

@ -2416,7 +2416,7 @@ abstract class Merge
}
else
{
\Egroupware\Api\Egw::redirect_link(Vfs::download_url($target));
\Egroupware\Api\Egw::redirect_link(Vfs::download_url($target, true));
}
}