]> git.mxchange.org Git - friendica.git/commitdiff
Add a group with one click
authorFlxAlbroscheit <felix@artplantation.de>
Tue, 12 May 2015 12:04:42 +0000 (14:04 +0200)
committerFlxAlbroscheit <felix@artplantation.de>
Tue, 12 May 2015 12:04:42 +0000 (14:04 +0200)
include/group.php

index 380c4eecc9c0c7b5fb99ffb1c229fb4254139f01..bbfac7ac1d6819e77d2b592e4b96102e673a2fbd 100644 (file)
@@ -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'),