fix cloud path in filestorage edit page
This commit is contained in:
parent
0ce3e7235a
commit
74e099b135
@ -735,7 +735,7 @@ function attach_delete($channel_id,$resource) {
|
|||||||
|
|
||||||
function get_cloudpath($arr) {
|
function get_cloudpath($arr) {
|
||||||
|
|
||||||
$basepath = 'store/';
|
$basepath = 'cloud/';
|
||||||
if($arr['uid']) {
|
if($arr['uid']) {
|
||||||
$r = q("select channel_address from channel where channel_id = %d limit 1",
|
$r = q("select channel_address from channel where channel_id = %d limit 1",
|
||||||
intval($arr['uid'])
|
intval($arr['uid'])
|
||||||
|
Reference in New Issue
Block a user