mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
- makeDir() is now a function in LetoDMS_File
This commit is contained in:
parent
7b7d0cc954
commit
93a57dcc3f
|
@ -103,7 +103,7 @@ function createVersionigFile($document)
|
|||
|
||||
// if directory has been removed recreate it
|
||||
if (!file_exists($settings->_contentDir . $document->getDir()))
|
||||
if (!makeDir($settings->_contentDir . $document->getDir())) return false;
|
||||
if (!LetoDMS_File::makeDir($settings->_contentDir . $document->getDir())) return false;
|
||||
|
||||
$handle = fopen($settings->_contentDir . $document->getDir() .$settings-> _versioningFileName , "wb");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user