aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/attach.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php
index d339ce6f9..a621d2fc4 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -735,7 +735,7 @@ function attach_delete($channel_id,$resource) {
function get_cloudpath($arr) {
- $basepath = 'store/';
+ $basepath = 'cloud/';
if($arr['uid']) {
$r = q("select channel_address from channel where channel_id = %d limit 1",
intval($arr['uid'])