aboutsummaryrefslogtreecommitdiffstats
path: root/mod/group.php
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-02 07:55:38 -0800
committerSimon <simon@kisikew.org>2012-03-02 07:55:38 -0800
commita3dcf491f14d6c044e3bd10844f5c737b21feae2 (patch)
tree1260f003b2351627ef0fa8fe0c1cb6f8ef630bdf /mod/group.php
parentf1bf6dcdfb89bf3c21e498ba3d76c600dafed934 (diff)
parentaef737f37637270b4f79ea390ee23a61f7fcb4ba (diff)
downloadvolse-hubzilla-a3dcf491f14d6c044e3bd10844f5c737b21feae2.tar.gz
volse-hubzilla-a3dcf491f14d6c044e3bd10844f5c737b21feae2.tar.bz2
volse-hubzilla-a3dcf491f14d6c044e3bd10844f5c737b21feae2.zip
Merge pull request #57 from fabrixxm/master
template processor optimizations
Diffstat (limited to 'mod/group.php')
-rwxr-xr-xmod/group.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/group.php b/mod/group.php
index f6f8e4173..13401ef0d 100755
--- a/mod/group.php
+++ b/mod/group.php
@@ -84,6 +84,7 @@ function group_content(&$a) {
return replace_macros($tpl, $context + array(
'$title' => t('Create a group of contacts/friends.'),
'$gname' => array('groupname',t('Group Name: '),$group['name'], ''),
+ '$gid' => 'new',
));