mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/15011] Fix 3.2.x merge
PHPBB3-15011
This commit is contained in:
parent
935da1ed2b
commit
d6e42ec63b
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ class metadata_manager
|
||||||
|
|
||||||
if (!$this->validate_enable())
|
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;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue