]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
group discussion no longer needs this check as it will be possible to comment on...
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 19 Jun 2010 16:11:39 +0000 (16:11 +0000)
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 19 Jun 2010 16:11:39 +0000 (16:11 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6525 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/riverdashboard/views/default/river/item/wrapper.php

index 72648dee144e8fe8be6d4c5d9b3b51a45395073b..40b5f09b51d1076a5eb2e8d109aeeedc782fef4d 100644 (file)
@@ -137,8 +137,8 @@ if ($comments){
        }
 
        // if there are no comments to display
-       // and this is not a user or a group discussion entry - include the inline comment form
-       if ($vars['item']->type != 'user' && $vars['item']->subtype != 'groupforumtopic') {
+       // and this is not a user - include the inline comment form
+       if ($vars['item']->type != 'user') {
                echo elgg_make_river_comment($object);
        }
        if ($vars['item']->type != 'user') {