diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-07 17:28:53 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-07 17:28:53 +0000 |
commit | 9fffcb13f23ca91b1efa2da7dbc0627c525ae94c (patch) | |
tree | 4f819014ba8766543a2e2cdc74222c69d8b33b91 /mod/groups/views/default/forum/topicposts.php | |
parent | 89fa2c232ea2a806a70f96d0f28fd6318163227c (diff) | |
download | elgg-9fffcb13f23ca91b1efa2da7dbc0627c525ae94c.tar.gz elgg-9fffcb13f23ca91b1efa2da7dbc0627c525ae94c.tar.bz2 |
more group tweaks
git-svn-id: https://code.elgg.org/elgg/trunk@1778 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/views/default/forum/topicposts.php')
-rw-r--r-- | mod/groups/views/default/forum/topicposts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/views/default/forum/topicposts.php b/mod/groups/views/default/forum/topicposts.php index 53c45a6d0..f1f840136 100644 --- a/mod/groups/views/default/forum/topicposts.php +++ b/mod/groups/views/default/forum/topicposts.php @@ -50,7 +50,7 @@ <?php
echo elgg_view("output/confirmlink",array(
- 'href' => $vars['url'] . "action/groups/forums/deletetopic?topic=" . $vars['entity']->entity_guid . "&group=" . (int)get_input('group_guid'),
+ 'href' => $vars['url'] . "action/groups/deletepost?post=" . $vars['entity']->id . "&topic=" . get_input('topic') . "&group=" . get_input('group_guid'),
'text' => elgg_echo('delete'),
'confirm' => elgg_echo('deleteconfirm'),
));
|