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:
nathangray 2017-05-11 12:25:31 -06:00
parent 8e13f3977f
commit 5765335de8

View File

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