From a9ae73e5ec0f393bdfd0a05c014c6bdb49e72896 Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 10 Dec 2010 12:10:02 +0000 Subject: using all rather than everyone to be more consistent git-svn-id: http://code.elgg.org/elgg/trunk@7594 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/blog/lib/blog.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/blog/lib/blog.php') diff --git a/mod/blog/lib/blog.php b/mod/blog/lib/blog.php index 035105a7d..f3d059ae3 100644 --- a/mod/blog/lib/blog.php +++ b/mod/blog/lib/blog.php @@ -47,7 +47,7 @@ function blog_get_page_content_list($owner_guid = NULL) { $return = array(); - $return['filter_context'] = $owner_guid ? 'mine' : 'everyone'; + $return['filter_context'] = $owner_guid ? 'mine' : 'all'; $options = array( 'type' => 'object', @@ -74,7 +74,7 @@ function blog_get_page_content_list($owner_guid = NULL) { $return['buttons'] = ''; } } else { - $return['filter_context'] = 'everyone'; + $return['filter_context'] = 'all'; } // show all posts for admin or users looking at their own blogs -- cgit v1.2.3