aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-05-02 20:08:59 -0700
committerzotlabs <mike@macgirvin.com>2018-05-02 20:08:59 -0700
commite9f49d9d9c02ef6b2f5259f9a323a8a2a2d75af5 (patch)
tree3ad27aa2fdc900ee9ccca7f96d7701eea8e9d80a /include/attach.php
parent9713436f497a031e4369130dda40b415ff285fd8 (diff)
downloadvolse-hubzilla-e9f49d9d9c02ef6b2f5259f9a323a8a2a2d75af5.tar.gz
volse-hubzilla-e9f49d9d9c02ef6b2f5259f9a323a8a2a2d75af5.tar.bz2
volse-hubzilla-e9f49d9d9c02ef6b2f5259f9a323a8a2a2d75af5.zip
admin delete of files
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;
}