From 82d45931ac7be842576e82410ac564ad8ab5c8b1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 5 Jan 2004 22:18:48 +0000 Subject: - Fixed bug 4972: an incorrect permission name prevented the throttle block from being shown to users. --- modules/throttle.module | 4 ++-- modules/throttle/throttle.module | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/throttle.module b/modules/throttle.module index a40db7ea8..518f34d48 100644 --- a/modules/throttle.module +++ b/modules/throttle.module @@ -56,9 +56,9 @@ function throttle_exit() { function throttle_perm() { /* ** throttle module defines the following permissions: - ** access throttle box - see throttle statistics + ** access throttle block - see throttle statistics */ - return array("access throttle box"); + return array("access throttle block"); } function throttle_help($section = "admin/help#throttle") { diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module index a40db7ea8..518f34d48 100644 --- a/modules/throttle/throttle.module +++ b/modules/throttle/throttle.module @@ -56,9 +56,9 @@ function throttle_exit() { function throttle_perm() { /* ** throttle module defines the following permissions: - ** access throttle box - see throttle statistics + ** access throttle block - see throttle statistics */ - return array("access throttle box"); + return array("access throttle block"); } function throttle_help($section = "admin/help#throttle") { -- cgit v1.2.3