diff options
author | Evan Winslow <evan@elgg.org> | 2011-06-13 22:23:09 -0700 |
---|---|---|
committer | Evan Winslow <evan@elgg.org> | 2011-06-13 22:23:09 -0700 |
commit | b766230d132bedf68ec3c63f72538fefa54c62e2 (patch) | |
tree | 8c3c03a7006426dd0a85ce2e52ed8b309bcd7e12 /mod/groups/views | |
parent | dea90f2e6af72473e24e5e67b154754faf84513e (diff) | |
download | elgg-b766230d132bedf68ec3c63f72538fefa54c62e2.tar.gz elgg-b766230d132bedf68ec3c63f72538fefa54c62e2.tar.bz2 |
Renamed river footer to a more semantic "responses". Fixed discussion
to work inline again with this new layout.
Diffstat (limited to 'mod/groups/views')
-rw-r--r-- | mod/groups/views/default/river/object/groupforumtopic/create.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mod/groups/views/default/river/object/groupforumtopic/create.php b/mod/groups/views/default/river/object/groupforumtopic/create.php index cca44e523..f92e54a5c 100644 --- a/mod/groups/views/default/river/object/groupforumtopic/create.php +++ b/mod/groups/views/default/river/object/groupforumtopic/create.php @@ -11,10 +11,3 @@ echo elgg_view('river/item', array( 'item' => $vars['item'], 'message' => $excerpt, )); - -if (elgg_is_logged_in() && $object->canAnnotate(0, 'group_topic_post')) { - // inline comment form - $form_vars = array('id' => "groups-reply-{$object->getGUID()}", 'class' => 'hidden'); - $body_vars = array('entity' => $object, 'inline' => true); - echo elgg_view_form('discussion/reply/save', $form_vars, $body_vars); -} |