diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-07-31 08:58:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-07-31 08:58:01 +0000 |
commit | 6fdb939d5581841d248c124578514303225265d0 (patch) | |
tree | 273f91340ceb7778208066ebe6c5d99a60c801d8 /modules/blog/blog.module | |
parent | 563c00c92c4baa67cc9fd53538c5d3df060523c2 (diff) | |
download | brdo-6fdb939d5581841d248c124578514303225265d0.tar.gz brdo-6fdb939d5581841d248c124578514303225265d0.tar.bz2 |
- Removed some whitespace
Diffstat (limited to 'modules/blog/blog.module')
-rw-r--r-- | modules/blog/blog.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 308e4eea1..8dbd0d0d6 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -259,8 +259,8 @@ function blog_menu($may_cache) { 'callback' => 'blog_page', 'access' => user_access('access content'), 'type' => MENU_SUGGESTED_ITEM); - $items[] = array('path' => 'blog/'. $user->uid, 'title' => t('my blog'), - 'access' => user_access('edit own blog'), + $items[] = array('path' => 'blog/'. $user->uid, 'title' => t('my blog'), + 'access' => user_access('edit own blog'), 'type' => MENU_DYNAMIC_ITEM); } |