1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/12963] Edit deprecation message

PHPBB3-12963
This commit is contained in:
Tristan Darricau
2014-09-16 20:18:10 +02:00
parent 04e0d305d0
commit 8b16d31413
3 changed files with 3 additions and 3 deletions

View File

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