1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 16:40:21 +01: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
No known key found for this signature in database
GPG Key ID: 817043C2E29DB881

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;