aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/extension
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2017-01-15 12:00:36 +0100
committerTristan Darricau <github@nicofuma.fr>2017-01-15 12:00:36 +0100
commitd6e42ec63b54c54b488d3e4112f4cd83062731ba (patch)
tree4175509aa6558f105ec43a3dae83f91285ffe99b /phpBB/phpbb/extension
parent935da1ed2b86ffe733dfdda8e8f49f4b7d717afc (diff)
downloadforums-d6e42ec63b54c54b488d3e4112f4cd83062731ba.tar
forums-d6e42ec63b54c54b488d3e4112f4cd83062731ba.tar.gz
forums-d6e42ec63b54c54b488d3e4112f4cd83062731ba.tar.bz2
forums-d6e42ec63b54c54b488d3e4112f4cd83062731ba.tar.xz
forums-d6e42ec63b54c54b488d3e4112f4cd83062731ba.zip
[ticket/15011] Fix 3.2.x merge
PHPBB3-15011
Diffstat (limited to 'phpBB/phpbb/extension')
-rw-r--r--phpBB/phpbb/extension/metadata_manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/extension/metadata_manager.php b/phpBB/phpbb/extension/metadata_manager.php
index 9ea3c7e541..348b3c2cdf 100644
--- a/phpBB/phpbb/extension/metadata_manager.php
+++ b/phpBB/phpbb/extension/metadata_manager.php
@@ -216,7 +216,7 @@ class metadata_manager
if (!$this->validate_enable())
{
- throw new \phpbb\extension\exception($this->user->lang('META_FIELD_NOT_SET', $name));
+ throw new \phpbb\extension\exception('META_FIELD_NOT_SET', array($name));
}
break;