summaryrefslogtreecommitdiffstats
path: root/lib/setup/abstractdatabase.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup/abstractdatabase.php')
-rw-r--r--lib/setup/abstractdatabase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setup/abstractdatabase.php b/lib/setup/abstractdatabase.php
index c1b611e6554..66202251e97 100644
--- a/lib/setup/abstractdatabase.php
+++ b/lib/setup/abstractdatabase.php
@@ -43,6 +43,6 @@ abstract class AbstractDatabase {
$this->dbpassword = $dbpass;
$this->dbname = $dbname;
$this->dbhost = $dbhost;
- $this->tableprefix = $tableprefix;
+ $this->tableprefix = $dbtableprefix;
}
}