From 60eb63e35ade1ef53e907a637d746d93ed906feb Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Thu, 27 Jun 2013 20:19:51 +0200 Subject: Fix review items --- lib/setup/postgresql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/setup/postgresql.php') diff --git a/lib/setup/postgresql.php b/lib/setup/postgresql.php index d5b135a9577..49fcbf0326e 100644 --- a/lib/setup/postgresql.php +++ b/lib/setup/postgresql.php @@ -75,7 +75,7 @@ class PostgreSQL extends AbstractDatabase { $row = pg_fetch_row($result); } if(!$result or $row[0]==0) { - \OC_DB::createDbFromStructure('db_structure.xml'); + \OC_DB::createDbFromStructure($this->dbDefinitionFile); } } -- cgit v1.2.3