mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-22 00:59:16 +00:00
add new classname 'downloadlink'
This commit is contained in:
parent
bd53565ee3
commit
93c67753d6
|
|
@ -405,6 +405,7 @@ class SeedDMS_Core_DMS {
|
|||
$this->classnames['attributedefinitiongroup'] = 'SeedDMS_Core_AttributeDefinitionGroup';
|
||||
$this->classnames['transmittal'] = 'SeedDMS_Core_Transmittal';
|
||||
$this->classnames['transmittalitem'] = 'SeedDMS_Core_TransmittalItem';
|
||||
$this->classnames['downloadlink'] = 'SeedDMS_Core_DownloadLink';
|
||||
$this->callbacks = array();
|
||||
$this->version = '@package_version@';
|
||||
if($this->version[0] == '@')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user