aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-03-04 09:55:23 -0600
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-03-04 09:55:23 -0600
commit071defded6f0e4d2a805b336f56f0a2524d5b1b6 (patch)
treea48b5cc678b0ff993f179d00653da76884148371 /phpBB
parente4f782819968ec44f1dd207dc9de7ec703826d29 (diff)
downloadforums-071defded6f0e4d2a805b336f56f0a2524d5b1b6.tar
forums-071defded6f0e4d2a805b336f56f0a2524d5b1b6.tar.gz
forums-071defded6f0e4d2a805b336f56f0a2524d5b1b6.tar.bz2
forums-071defded6f0e4d2a805b336f56f0a2524d5b1b6.tar.xz
forums-071defded6f0e4d2a805b336f56f0a2524d5b1b6.zip
[ticket/11386] Fix missing ;
PHPBB3-11386
Diffstat (limited to 'phpBB')
-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;