X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofperm.php;h=0f864d42f3e2b8ca66ce83c31bf55787519e2c46;hb=af39296f0640bc40e58f51ec47c4e5aa53a24316;hp=3486a1df52e45aacd26996b96a499022bbd81854;hpb=6b44fbbda03af125035c185c964f10ce78f97610;p=friendica.git diff --git a/mod/profperm.php b/mod/profperm.php index 3486a1df52..0f864d42f3 100644 --- a/mod/profperm.php +++ b/mod/profperm.php @@ -35,6 +35,8 @@ function profperm_content(App $a) { return; } + $o = ''; + // Switch to text mod interface if we have more than 'n' contacts or group members $switchtotext = PConfig::get(local_user(),'system','groupedit_image_limit'); @@ -165,4 +167,3 @@ function profperm_content(App $a) { return $o; } -