mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
do not call $dms->setEnableConverting() and setViewOnlineFileTypes()
This commit is contained in:
parent
a7e2ec7b01
commit
c13756ac02
|
@ -57,8 +57,6 @@ if(!$settings->_doNotCheckDBVersion && !$dms->checkVersion()) {
|
|||
|
||||
$dms->setRootFolderID($settings->_rootFolderID);
|
||||
$dms->setMaxDirID($settings->_maxDirID);
|
||||
$dms->setEnableConverting($settings->_enableConverting);
|
||||
$dms->setViewOnlineFileTypes($settings->_viewOnlineFileTypes);
|
||||
|
||||
if(isset($GLOBALS['SEEDDMS_HOOKS']['initDMS'])) {
|
||||
foreach($GLOBALS['SEEDDMS_HOOKS']['initDMS'] as $hookObj) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user