fix undeclared variables or wrong variable names (/mod)

This commit is contained in:
rabuzarus 2018-02-12 03:25:09 +01:00
commit 2e03a3a47f
22 changed files with 29 additions and 24 deletions

View file

@ -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;
}