From 631ce5cfad90ea7c4b28443ee766fc179120d6c7 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Wed, 23 Aug 2006 07:32:18 +0000 Subject: Fixing Drupal. --- modules/blog/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 7b93d2129..78d1337fa 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -163,7 +163,7 @@ function blog_page_user($uid) { $output .= node_view(node_load($node->nid), 1); } $output .= theme('pager', NULL, variable_get('default_nodes_main', 10)); - drupal_add_feed(url('blog/'. $account->uid .'/feed'), t('RSS - !title', array('!title' => $title)); + drupal_add_feed(url('blog/'. $account->uid .'/feed'), t('RSS - !title', array('!title' => $title))); return $output; } -- cgit v1.2.3