diff options
author | friendica <info@friendica.com> | 2014-01-10 18:33:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-10 18:33:46 -0800 |
commit | 74e099b135666970ea102843a01e6950a7534acf (patch) | |
tree | b119a98143e46f413b31621accfea4ef92b35450 /include | |
parent | 0ce3e7235af16f13ab3101a09ae39006aa64cb7e (diff) | |
download | volse-hubzilla-74e099b135666970ea102843a01e6950a7534acf.tar.gz volse-hubzilla-74e099b135666970ea102843a01e6950a7534acf.tar.bz2 volse-hubzilla-74e099b135666970ea102843a01e6950a7534acf.zip |
fix cloud path in filestorage edit page
Diffstat (limited to 'include')
-rw-r--r-- | include/attach.php | 2 |
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']) |