From: FlxAlbroscheit Date: Tue, 12 May 2015 12:04:42 +0000 (+0200) Subject: Add a group with one click X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=57c47a8e3660b8b968b36ff7b379f51aa398a684;p=friendica.git Add a group with one click --- diff --git a/include/group.php b/include/group.php index 380c4eecc9..bbfac7ac1d 100644 --- a/include/group.php +++ b/include/group.php @@ -270,6 +270,8 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0 '$title' => t('Groups'), '$edittext' => t('Edit group'), '$createtext' => t('Create a new group'), + '$creategroup' => t('Group Name: '), + '$form_security_token' => get_form_security_token("group_edit"), '$ungrouped' => (($every === 'contacts') ? t('Contacts not in any group') : ''), '$groups' => $groups, '$add' => t('add'),