From 74e099b135666970ea102843a01e6950a7534acf Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 Jan 2014 18:33:46 -0800 Subject: fix cloud path in filestorage edit page --- include/attach.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) -- cgit v1.2.3