mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix download linked files as zip gave the following error:
CreateObject() file /var/www/epl-trunk/api/inc/class..inc.php not found!
(see df7d8c414a
)
This commit is contained in:
parent
8e13f3977f
commit
5765335de8
@ -1642,7 +1642,7 @@ var et2_link_list = (function(){ "use strict"; return et2_link_string.extend(
|
||||
|
||||
// Download ZIP
|
||||
window.location = self.egw().link('/index.php',{
|
||||
menuaction: 'EGroupware\\Api\\Etemplate\\Widget\\Link::download_zip',
|
||||
menuaction: 'api.etemplate_widget_link.download_zip',
|
||||
app: self.value.to_app,
|
||||
id: self.value.to_id
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user