aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-10 18:33:46 -0800
committerfriendica <info@friendica.com>2014-01-10 18:33:46 -0800
commit74e099b135666970ea102843a01e6950a7534acf (patch)
treeb119a98143e46f413b31621accfea4ef92b35450 /include/attach.php
parent0ce3e7235af16f13ab3101a09ae39006aa64cb7e (diff)
downloadvolse-hubzilla-74e099b135666970ea102843a01e6950a7534acf.tar.gz
volse-hubzilla-74e099b135666970ea102843a01e6950a7534acf.tar.bz2
volse-hubzilla-74e099b135666970ea102843a01e6950a7534acf.zip
fix cloud path in filestorage edit page
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 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'])