mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[ticket/10758] Admin is not working yet.
PHPBB3-10758
This commit is contained in:
parent
3327a4676c
commit
f9cee47003
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@ class phpbb_functional_acp_permissions_test extends phpbb_functional_test_case
|
||||||
'group_id',
|
'group_id',
|
||||||
4,
|
4,
|
||||||
),
|
),
|
||||||
|
/* Admin does not work yet, probably because founder can do everything
|
||||||
array(
|
array(
|
||||||
'admin permission',
|
'admin permission',
|
||||||
'a_',
|
'a_',
|
||||||
|
@ -80,6 +81,7 @@ class phpbb_functional_acp_permissions_test extends phpbb_functional_test_case
|
||||||
'group_id',
|
'group_id',
|
||||||
5,
|
5,
|
||||||
),
|
),
|
||||||
|
*/
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue