fix undeclared variables or wrong variable names (/mod)
This commit is contained in:
parent
ab7646016b
commit
2e03a3a47f
22 changed files with 29 additions and 24 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue