[func_test/registered] Fix incorrect name of permissions

Fixed #203

B3P-203
This commit is contained in:
Marc Alexander
2014-01-31 17:14:24 +01:00
parent e88a313640
commit c36a297113
2 changed files with 4 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ $lang = array_merge($lang, array(
'VERSION_CHECK' => 'MOD Version Check',
// Adding the permissions
'acl_a_manage_portal' => array('lang' => 'Kann Portal-Einstellungen ändern', 'cat' => 'misc'),
'acl_u_view_portal' => array('lang' => 'Kann das Portal sehen', 'cat' => 'misc'),
'ACL_A_MANAGE_PORTAL' => 'Kann Portal-Einstellungen ändern',
'ACL_U_VIEW_PORTAL' => 'Kann das Portal sehen',
));