- Patch #18491: removed the 'access throttle block' permission. It is no longer used.
parent
5c804b9119
commit
000c10eb79
|
@ -95,13 +95,6 @@ function _throttle_validate($value, $form) {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Implementation of hook_perm().
|
||||
*/
|
||||
function throttle_perm() {
|
||||
return array('access throttle block');
|
||||
}
|
||||
|
||||
/**
|
||||
* Implementation of hook_help().
|
||||
*/
|
||||
|
|
|
@ -95,13 +95,6 @@ function _throttle_validate($value, $form) {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Implementation of hook_perm().
|
||||
*/
|
||||
function throttle_perm() {
|
||||
return array('access throttle block');
|
||||
}
|
||||
|
||||
/**
|
||||
* Implementation of hook_help().
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue