- bugfix: a permission was missing from the permission table
parent
5e6549f156
commit
0cb7dbc25f
|
@ -13,7 +13,7 @@ function system_help() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function system_perm() {
|
function system_perm() {
|
||||||
return array("administer settings and filters");
|
return array("administer settings and filters", "access administration pages");
|
||||||
}
|
}
|
||||||
|
|
||||||
function system_link($type) {
|
function system_link($type) {
|
||||||
|
|
|
@ -13,7 +13,7 @@ function system_help() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function system_perm() {
|
function system_perm() {
|
||||||
return array("administer settings and filters");
|
return array("administer settings and filters", "access administration pages");
|
||||||
}
|
}
|
||||||
|
|
||||||
function system_link($type) {
|
function system_link($type) {
|
||||||
|
|
Loading…
Reference in New Issue