diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-07-07 14:58:54 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-07-07 14:58:54 +0000 |
commit | f12fa0615245760565dbc1fb53160c29243c63e2 (patch) | |
tree | 766966d109ec21b9c828efe9e7992d904ef678c2 /modules/block.module | |
parent | 82a51e7b7550844e4c9c7b36efa37655b6bea81f (diff) | |
download | brdo-f12fa0615245760565dbc1fb53160c29243c63e2.tar.gz brdo-f12fa0615245760565dbc1fb53160c29243c63e2.tar.bz2 |
- various small updates:
+ fixed 2 small HTML typos in meta.module
+ better watchdog messages in comment.module
+ fixed typo in block.module
Diffstat (limited to 'modules/block.module')
-rw-r--r-- | modules/block.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block.module b/modules/block.module index 97139035f..ef576b95f 100644 --- a/modules/block.module +++ b/modules/block.module @@ -14,7 +14,7 @@ function block_perm() { } function block_link($type) { - if ($type == "admin" && user_access("adminsiter blocks")) { + if ($type == "admin" && user_access("administer blocks")) { $links[] = "<a href=\"admin.php?mod=block\">blocks</a>"; } |