aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-09-16 20:18:10 +0200
committerTristan Darricau <github@nicofuma.fr>2014-09-16 20:18:10 +0200
commit8b16d3141396a11db3ab4ade49af91f2477f5fb6 (patch)
tree1c952ef31cc1a4142161b06d9f06991a2982607a /phpBB/phpbb/console
parent04e0d305d0c822299204e5eb28f2571e7b128b9a (diff)
downloadforums-8b16d3141396a11db3ab4ade49af91f2477f5fb6.tar
forums-8b16d3141396a11db3ab4ade49af91f2477f5fb6.tar.gz
forums-8b16d3141396a11db3ab4ade49af91f2477f5fb6.tar.bz2
forums-8b16d3141396a11db3ab4ade49af91f2477f5fb6.tar.xz
forums-8b16d3141396a11db3ab4ade49af91f2477f5fb6.zip
[ticket/12963] Edit deprecation message
PHPBB3-12963
Diffstat (limited to 'phpBB/phpbb/console')
-rw-r--r--phpBB/phpbb/console/command/db/migrate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/db/migrate.php b/phpBB/phpbb/console/command/db/migrate.php
index a25886fb82..68638a9515 100644
--- a/phpBB/phpbb/console/command/db/migrate.php
+++ b/phpBB/phpbb/console/command/db/migrate.php
@@ -120,7 +120,7 @@ class migrate extends \phpbb\console\command\command
->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 = $this->extension_manager
->get_finder()
->extension_directory('/migrations')