fix cloud path in filestorage edit page

This commit is contained in:
friendica 2014-01-10 18:33:46 -08:00
parent 0ce3e7235a
commit 74e099b135

View File

@ -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'])