aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/install/database_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 116e6ea9a6..0737061887 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -2039,7 +2039,7 @@ function change_database_data(&$no_updates, $version)
),
'LEFT_JOIN' => array(
array(
- 'FROM' => array(PRIVMSGS_TO_TABLE, 't'),
+ 'FROM' => array(PRIVMSGS_TO_TABLE => 't'),
'ON' => 'p.msg_id = t.msg_id',
),
),