aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/attach.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php
index 720c8da86..db42cd2a3 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -1107,7 +1107,7 @@ function get_file_activity_object($channel_id, $hash, $cloudpath) {
$object = array(
'type' => ACTIVITY_OBJ_FILE,
- 'title' => $x[0]['filename']),
+ 'title' => $x[0]['filename'],
'id' => $url,
'link' => $links,