aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-27 01:31:47 -0700
committerfriendica <info@friendica.com>2012-03-27 01:31:47 -0700
commit7c6c3d36f589d38de5e8b36f2ba1d940c8150e2c (patch)
treef92ea0df6a5872bc3fd1764dcf1274defc04ad17 /mod/profile.php
parented30635bee9a9c1876f83288f38dd0dfa31a43d4 (diff)
downloadvolse-hubzilla-7c6c3d36f589d38de5e8b36f2ba1d940c8150e2c.tar.gz
volse-hubzilla-7c6c3d36f589d38de5e8b36f2ba1d940c8150e2c.tar.bz2
volse-hubzilla-7c6c3d36f589d38de5e8b36f2ba1d940c8150e2c.zip
profile wall privacy
Diffstat (limited to 'mod/profile.php')
-rwxr-xr-xmod/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php
index 428679ffc..782d17d83 100755
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -107,7 +107,7 @@ function profile_content(&$a, $update = 0) {
$is_owner = ((local_user()) && (local_user() == $a->profile['profile_uid']) ? true : false);
- if($a->user['hidewall'] && (! $is_owner) && (! $remote_contact)) {
+ if($a->profile['hidewall'] && (! $is_owner) && (! $remote_contact)) {
notice( t('Access to this profile has been restricted.') . EOL);
return;
}