From 873ee86a56448c40fd1a563e85aeb04ac7ff0440 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Tue, 2 Apr 2002 12:15:42 +0000 Subject: - trying to finally close bug #85. --- modules/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog.module') diff --git a/modules/blog.module b/modules/blog.module index 0cd85231d..4036f154f 100644 --- a/modules/blog.module +++ b/modules/blog.module @@ -301,7 +301,7 @@ function blog_link($type, $node = 0, $main) { if (blog_access("update", $node)) { $links[] = "nid\" title=\"". t("Edit this blog entry.") ."\">". t("edit this blog") .""; } - elseif ($op != "view") { + else { $links[] = "uid\" title=\"". sprintf(t("Read %s's latest blog entries."), $node->name) ."\">". sprintf(t("%s's blog"), $node->name) .""; } } -- cgit v1.2.3