mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[ticket/11582] Fix little typo
PHPBB3-11582
This commit is contained in:
parent
e4a5ce307d
commit
a9a6305d93
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class phpbb_ext_foo_bar_event_permission_listener implements EventSubscriberInte
|
||||||
public function add_permissions($event)
|
public function add_permissions($event)
|
||||||
{
|
{
|
||||||
$permissions = $event['permissions'];
|
$permissions = $event['permissions'];
|
||||||
$permissions['u_foo'] = array('lang' => 'ACL_U_FOOBAR', 'cat' => 'post'),
|
$permissions['u_foo'] = array('lang' => 'ACL_U_FOOBAR', 'cat' => 'post');
|
||||||
$event['permissions'] = $permissions;
|
$event['permissions'] = $permissions;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue