aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/extension
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/extension
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/extension')
-rw-r--r--phpBB/phpbb/extension/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/extension/base.php b/phpBB/phpbb/extension/base.php
index 9cd37ec8b2..b74026e6ab 100644
--- a/phpBB/phpbb/extension/base.php
+++ b/phpBB/phpbb/extension/base.php
@@ -137,7 +137,7 @@ class base implements \phpbb\extension\extension_interface
$migrations = $this->extension_finder->get_classes_from_files($migrations);
- // @deprecated to be removed in 3.2 final
+ // @deprecated 3.1.0-RC4 (To be removed: 3.2.0)
$migrations_deprecated = $this->extension_finder
->extension_directory('/migrations')
->find_from_extension($this->extension_name, $this->extension_path);