X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofperm.php;h=c67a0202e057921882477fbf9d55fcec0d726c60;hb=2c11e91e657611dcc81389a98b6152227f702267;hp=1c37f84ab2fca78f9703d2c74ac9075d7eeee380;hpb=23cef0936ffb5dcf7cdfb0d61e4bad575d45a23e;p=friendica.git diff --git a/mod/profperm.php b/mod/profperm.php index 1c37f84ab2..c67a0202e0 100644 --- a/mod/profperm.php +++ b/mod/profperm.php @@ -1,9 +1,12 @@ user['nickname']; $profile = $a->argv[1]; @@ -13,9 +16,9 @@ function profperm_init(&$a) { } -function profperm_content(&$a) { +function profperm_content(App $a) { - if(! local_user()) { + if (! local_user()) { notice( t('Permission denied') . EOL); return; } @@ -52,7 +55,7 @@ function profperm_content(&$a) { intval($a->argv[1]), intval(local_user()) ); - if(! dbm::is_result($r)) { + if (! dbm::is_result($r)) { notice( t('Invalid profile identifier.') . EOL ); return; } @@ -108,9 +111,9 @@ function profperm_content(&$a) { } $o .= '
'; - if($change) + if($change) $o = ''; - + $o .= '
'; $o .= '

' . t('Visible To') . '

'; $o .= '
';