From 3731ff97ffa9d6c98c7287458edd783823f68305 Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 22 Jan 2015 04:57:59 +0100 Subject: make $links an array of links --- include/attach.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/attach.php') diff --git a/include/attach.php b/include/attach.php index 673e438bf..a6757744f 100644 --- a/include/attach.php +++ b/include/attach.php @@ -968,7 +968,8 @@ function file_activity($channel_id, $hash, $cloudpath, $allow_cid, $allow_gid, $ $item_flags = ITEM_WALL|ITEM_ORIGIN|ITEM_UNSEEN; - $links = array( + $links = array(); + $links[] = array( 'rel' => 'alternate', 'type' => 'text/html', 'href' => $url -- cgit v1.2.3