diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-11-09 20:51:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-11-09 20:51:23 +0000 |
commit | 554299dfa72b6c373aec3c7edf7c224122b8574b (patch) | |
tree | 8a961f1366e798246e78ebdc7dafc02de923eac2 /modules/blog.module | |
parent | 2fc257a0760ba6e1c15ec93013a371fc6558be64 (diff) | |
download | brdo-554299dfa72b6c373aec3c7edf7c224122b8574b.tar.gz brdo-554299dfa72b6c373aec3c7edf7c224122b8574b.tar.bz2 |
- Small clean-up.
Diffstat (limited to 'modules/blog.module')
-rw-r--r-- | modules/blog.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/blog.module b/modules/blog.module index 865bdbe87..f505303d4 100644 --- a/modules/blog.module +++ b/modules/blog.module @@ -328,8 +328,8 @@ function blog_link($type, $node = 0, $main) { function blog_block($op = "list", $delta = 0) { global $user; if ($op == "list") { - $blocks[0]["info"] = t("User blogs"); - return $blocks; + $block[0]["info"] = t("User blogs"); + return $block; } else { if (user_access("access content")) { |