diff options
Diffstat (limited to 'mod/group.php')
-rwxr-xr-x | mod/group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/group.php b/mod/group.php index ca163902c..c896362ca 100755 --- a/mod/group.php +++ b/mod/group.php @@ -68,7 +68,7 @@ function group_content(&$a) { return; } - // Switch to text mod interface if we have more than 'n' contacts or group members + // Switch to text mode interface if we have more than 'n' contacts or group members $switchtotext = get_pconfig(local_user(),'system','groupedit_image_limit'); if($switchtotext === false) |