mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-09 10:32:40 +00:00
init $user to null in constructor
This commit is contained in:
parent
f9afc08355
commit
9309497e75
|
@ -370,6 +370,7 @@ class SeedDMS_Core_DMS {
|
|||
else
|
||||
$this->contentDir = $contentDir.'/';
|
||||
$this->rootFolderID = 1;
|
||||
$this->user = null;
|
||||
$this->maxDirID = 0; //31998;
|
||||
$this->forceRename = false;
|
||||
$this->checkWithinRootDir = false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user