From ad4194bd0cb38295d9a7658a19e497ec48f88418 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Wed, 22 Jan 2003 08:00:46 +0000 Subject: [PATCH] corrected getID to return the right attribute --- lib/documentmanagement/Document.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- libgit2 0.21.4