diff --git a/lib/activity.php b/lib/activity.php index 4db3b9ff4e..3128088ca2 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)); } }