aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-05-03 09:44:53 +0200
committerMario Vavti <mario@mariovavti.com>2018-05-03 09:44:53 +0200
commitcd526139fb0440938971261c0502006e9d212fbf (patch)
tree9cc3e0ed340283fe168bb904c911248a2f7fd661 /include/attach.php
parentd83f12e883e79b7268677f8981579102c48ca00b (diff)
parent459ec78a5e3cb09ee908fd7810bbb0b80b2e4713 (diff)
downloadvolse-hubzilla-cd526139fb0440938971261c0502006e9d212fbf.tar.gz
volse-hubzilla-cd526139fb0440938971261c0502006e9d212fbf.tar.bz2
volse-hubzilla-cd526139fb0440938971261c0502006e9d212fbf.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'include/attach.php')
-rw-r--r--include/attach.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php
index 0d2b43b58..2a9badaac 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -1585,8 +1585,8 @@ function get_cloud_url($channel_id, $channel_name, $attachHash) {
}
} while ($parentHash);
- $url = z_root() . '/cloud/' . $channel_name . '/' . $parentFullPath . find_filename_by_hash($channel_id, $attachHash);
+ $url = z_root() . '/cloud/' . $channel_name . '/' . $parentFullPath . find_filename_by_hash($channel_id, $attachHash);
return $url;
}