aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install.php')
-rw-r--r--phpBB/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install.php b/phpBB/install.php
index 57df85c44a..eb1af053ff 100644
--- a/phpBB/install.php
+++ b/phpBB/install.php
@@ -755,7 +755,7 @@ else
{
$sql = "ALTER TABLE " . $table_prefix . "sessions
TYPE=HEAP";
- $db->sql_query($sql))
+ $db->sql_query($sql);
}
}
}