init $user to null in constructor

This commit is contained in:
Uwe Steinmann 2021-09-17 18:22:35 +02:00
parent f9afc08355
commit 9309497e75

View File

@ -370,6 +370,7 @@ class SeedDMS_Core_DMS {
else else
$this->contentDir = $contentDir.'/'; $this->contentDir = $contentDir.'/';
$this->rootFolderID = 1; $this->rootFolderID = 1;
$this->user = null;
$this->maxDirID = 0; //31998; $this->maxDirID = 0; //31998;
$this->forceRename = false; $this->forceRename = false;
$this->checkWithinRootDir = false; $this->checkWithinRootDir = false;