aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/db/migrator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/db/migrator.php b/phpBB/includes/db/migrator.php
index b925ca5297..9fe4f40df2 100644
--- a/phpBB/includes/db/migrator.php
+++ b/phpBB/includes/db/migrator.php
@@ -29,7 +29,7 @@ class phpbb_db_migrator
protected $db;
/** @var phpbb_db_tools */
- protected $db_tools
+ protected $db_tools;
/** @var string */
protected $table_prefix;