aboutsummaryrefslogtreecommitdiffstats
path: root/mod/group.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-21 16:59:57 -0800
committerfriendica <info@friendica.com>2012-02-21 16:59:57 -0800
commitf03aaf554e32fa528b0f1b1068db0824efb77e07 (patch)
treeb7159cddd4995482c67bc0290408552abb4cb046 /mod/group.php
parent3e69b86bc1754087f8093b11b27aee2f56f5d79a (diff)
downloadvolse-hubzilla-f03aaf554e32fa528b0f1b1068db0824efb77e07.tar.gz
volse-hubzilla-f03aaf554e32fa528b0f1b1068db0824efb77e07.tar.bz2
volse-hubzilla-f03aaf554e32fa528b0f1b1068db0824efb77e07.zip
mark all notifications read
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)