- bugfix: a permission was missing from the permission table

4.0.x
Dries Buytaert 2001-09-28 14:12:21 +00:00
parent 5e6549f156
commit 0cb7dbc25f
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ function system_help() {
}
function system_perm() {
return array("administer settings and filters");
return array("administer settings and filters", "access administration pages");
}
function system_link($type) {

View File

@ -13,7 +13,7 @@ function system_help() {
}
function system_perm() {
return array("administer settings and filters");
return array("administer settings and filters", "access administration pages");
}
function system_link($type) {