aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mod/riverdashboard/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/riverdashboard/index.php b/mod/riverdashboard/index.php
index 3c3f97dad..b11dade19 100644
--- a/mod/riverdashboard/index.php
+++ b/mod/riverdashboard/index.php
@@ -39,7 +39,6 @@ switch($orient) {
break;
}
-$title = "<a class='start_conversation link action_button'>New conversation</a>";
$title .= elgg_view_title($title_wording);
$extend = elgg_view("activity/extend");
$river = elgg_view_river_items($subject_guid, 0, $relationship_type, $type, $subtype, '', 20, 0, 0, TRUE, FALSE);