aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/lib/blog.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-10 12:10:02 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-10 12:10:02 +0000
commita9ae73e5ec0f393bdfd0a05c014c6bdb49e72896 (patch)
treedae87f86607875afec3d7f2538adec19f2249e04 /mod/blog/lib/blog.php
parentd33945f093dd12da159046b72753982f433fa3ee (diff)
downloadelgg-a9ae73e5ec0f393bdfd0a05c014c6bdb49e72896.tar.gz
elgg-a9ae73e5ec0f393bdfd0a05c014c6bdb49e72896.tar.bz2
using all rather than everyone to be more consistent
git-svn-id: http://code.elgg.org/elgg/trunk@7594 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/blog/lib/blog.php')
-rw-r--r--mod/blog/lib/blog.php4
1 files changed, 2 insertions, 2 deletions
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