1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/15011] Fix 3.2.x merge

PHPBB3-15011
This commit is contained in:
Tristan Darricau
2017-01-15 12:00:36 +01:00
parent 935da1ed2b
commit d6e42ec63b

View File

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