Index: modules/blog/blog.pages.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/blog/blog.pages.inc,v
retrieving revision 1.15
diff -u -p -r1.15 blog.pages.inc
--- modules/blog/blog.pages.inc	27 Jan 2009 00:22:25 -0000	1.15
+++ modules/blog/blog.pages.inc	11 Feb 2009 17:02:10 -0000
@@ -58,7 +58,7 @@ function blog_page_last() {
   global $user;
   $build = array();
 
-  if (user_access('edit own blog')) {
+  if (user_access('create blog content')) {
     $items[] = l(t('Create new blog entry.'), "node/add/blog");
     $build['blog_actions'] = array(
       '#items' => $items,
