diff --git a/lib/documentmanagement/Document.inc b/lib/documentmanagement/Document.inc index 1057e7a..992bf4e 100644 --- a/lib/documentmanagement/Document.inc +++ b/lib/documentmanagement/Document.inc @@ -615,7 +615,7 @@ class Document { * @return string full path of document */ function getPath() { - return Folder::getFolderPath($this->iFolderID) . "/" . $this->sFileName; + return Folder::getFolderPath($this->iFolderID) . $this->sFileName; } /**