diff --git a/SeedDMS_Core/Core/inc.ClassDocument.php b/SeedDMS_Core/Core/inc.ClassDocument.php index d5e834f2c..85c5c492e 100644 --- a/SeedDMS_Core/Core/inc.ClassDocument.php +++ b/SeedDMS_Core/Core/inc.ClassDocument.php @@ -5315,9 +5315,11 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */ /** * Get the so far logged operations on the document content within the - * workflow + * workflow. Even after finishing the workflow (when the document content + * does not have workflow set anymore) this function returns the list of all + * log entries. * - * @return array list of operations + * @return array list of objects */ function getWorkflowLog($transition = null) { /* {{{ */ $db = $this->_document->getDMS()->getDB();