diff options
author | marijus <mario@mariovavti.com> | 2015-01-23 15:06:30 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-23 15:06:30 +0100 |
commit | ea209a84ab946ee320c1f1cc39b667e9da23abe6 (patch) | |
tree | b1f23e28c7496c702c429d7f35cfdce82f244519 | |
parent | b4f1cc5044c74432773a4796235a1907e1fcc470 (diff) | |
download | volse-hubzilla-ea209a84ab946ee320c1f1cc39b667e9da23abe6.tar.gz volse-hubzilla-ea209a84ab946ee320c1f1cc39b667e9da23abe6.tar.bz2 volse-hubzilla-ea209a84ab946ee320c1f1cc39b667e9da23abe6.zip |
typo
-rw-r--r-- | include/attach.php | 2 |
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, |