call hook extraDownloadHeader

This commit is contained in:
Uwe Steinmann 2016-04-22 12:58:28 +02:00
parent 35d7a70ade
commit 92ab26d547

View File

@ -69,6 +69,8 @@ $(document).ready( function() {
include("../inc/inc.ClassDownloadMgr.php");
$downmgr = new SeedDMS_Download_Mgr();
if($extraheader = $this->callHook('extraDownloadHeader'))
$downmgr->addHeader($extraheader);
foreach($entries as $entry) {
if(get_class($entry) == $dms->getClassname('document')) {
$extracols = $this->callHook('extraDownloadColumns', $entry);