1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 04:42:04 +02:00

[ticket/11386] Fix missing ;

PHPBB3-11386
This commit is contained in:
Nathaniel Guse 2013-03-04 09:55:23 -06:00
parent e4f7828199
commit 071defded6

View File

@ -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;