diff --git a/SeedDMS_Core/Core/inc.ClassFolder.php b/SeedDMS_Core/Core/inc.ClassFolder.php index 40b6114de..6c271795c 100644 --- a/SeedDMS_Core/Core/inc.ClassFolder.php +++ b/SeedDMS_Core/Core/inc.ClassFolder.php @@ -321,7 +321,7 @@ class SeedDMS_Core_Folder extends SeedDMS_Core_Object { } /* }}} */ /** - * Set creation date of the document + * Set creation date of the folder * * @param integer $date timestamp of creation date. If false then set it * to the current timestamp @@ -1458,7 +1458,7 @@ class SeedDMS_Core_Folder extends SeedDMS_Core_Object { /* Administrators have unrestricted access */ if ($user->isAdmin()) return M_ALL; - /* The owner of the document has unrestricted access */ + /* The owner of the folder has unrestricted access */ if ($user->getID() == $this->_ownerID) return M_ALL; /* Check ACLs */