mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/controller] Correctly access user object
PHPBB3-10864
This commit is contained in:
parent
74bc460493
commit
120267e580
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class phpbb_controller_resolver implements ControllerResolverInterface
|
|||
}
|
||||
else
|
||||
{
|
||||
throw new phpbb_controller_exception($user->lang('CONTROLLER_ARGUMENT_VALUE_MISSING', $param->getPosition() + 1, get_class($object) . ':' . $method, $param->name));
|
||||
throw new phpbb_controller_exception($this->user->lang('CONTROLLER_ARGUMENT_VALUE_MISSING', $param->getPosition() + 1, get_class($object) . ':' . $method, $param->name));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue