diff --git a/src/classes/document.php b/src/classes/document.php index 8b58af1..2b42807 100644 --- a/src/classes/document.php +++ b/src/classes/document.php @@ -676,7 +676,7 @@ public function getDatabase() */ public function setDatabase( $database ) { - $this->database = $database; + $this->database = '/' . $database . '/'; } }