diff --git a/lib/documentmanagement/Document.inc b/lib/documentmanagement/Document.inc index d5a5ba7..415ec99 100644 --- a/lib/documentmanagement/Document.inc +++ b/lib/documentmanagement/Document.inc @@ -69,7 +69,7 @@ class Document { /** Get the document primary key */ function getID() { - return $this->iID; + return $this->iId; } /** Get the document type id */