aboutsummaryrefslogtreecommitdiffstats
path: root/mod/group.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-22 22:36:07 -0800
committerfriendica <info@friendica.com>2012-02-22 22:36:07 -0800
commit808b886a3e18b07c63171c4833334e2cf77ddf71 (patch)
treeca88e82039b5b5c0ceafec9a6fffc369e3c852eb /mod/group.php
parent9fe12d1724acf819f2cbc88bf6647e0adee0b5ea (diff)
parent3c6b127d40e2f0ea1c2d8eb7114c3e121b58ba2e (diff)
downloadvolse-hubzilla-808b886a3e18b07c63171c4833334e2cf77ddf71.tar.gz
volse-hubzilla-808b886a3e18b07c63171c4833334e2cf77ddf71.tar.bz2
volse-hubzilla-808b886a3e18b07c63171c4833334e2cf77ddf71.zip
Merge branch 'master' into notify
Diffstat (limited to 'mod/group.php')
-rwxr-xr-xmod/group.php2
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)