diff options
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index f0091ac995..5cf01fec79 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -184,7 +184,7 @@ $migrations = $phpbb_extension_manager ->extension_directory('/migration') ->get_classes(); -// @deprecated to be removed in 3.2 final +// @deprecated 3.1.0-RC4 (To be removed: 3.2.0) $migrations_deprecated = $phpbb_extension_manager ->get_finder() ->extension_directory('/migrations') |