1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge remote-tracking branch 'remotes/blitze/ticket/11458' into develop

This commit is contained in:
Nathaniel Guse
2013-05-18 07:01:51 -05:00
3 changed files with 140 additions and 25 deletions

View File

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