1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-23 08:43:02 +02:00

[ticket/11582] Fix extension permission tests

PHPBB3-11582
This commit is contained in:
Joas Schilling
2013-07-13 23:31:13 -04:00
parent 060754fd6c
commit cfb13bb547
2 changed files with 41 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
<?php
// Admin Permissions
$lang = array_merge($lang, array(
'acl_u_foo' => array('lang' => 'Can view foo', 'cat' => 'misc'),
'ACL_U_FOO' => 'Can view foo',
));