diff --git a/lib/activity.php b/lib/activity.php index 2d3930df0d..93d815e8b4 100644 --- a/lib/activity.php +++ b/lib/activity.php @@ -579,8 +579,8 @@ class Activity if (!empty($this->link)) { $xs->element('link', array('rel' => 'alternate', - 'type' => 'text/html'), - $this->link); + 'type' => 'text/html', + 'href' => $this->link)); } }