summaryrefslogtreecommitdiff
path: root/modules/blog
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog')
-rw-r--r--modules/blog/blog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index 89630db5e..b3c88e576 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/blog.module
@@ -245,7 +245,7 @@ function blog_block_view($delta = '') {
$block['content']['blog_list'] = $node_title_list;
$block['content']['blog_more'] = array(
'#theme' => 'more_link',
- '#url' => url('blog'),
+ '#url' => 'blog',
'#title' => t('Read the latest blog entries.'),
);