diff options
Diffstat (limited to 'lib/setup/postgresql.php')
-rw-r--r-- | lib/setup/postgresql.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |