mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
update shared url
This commit is contained in:
@@ -1038,7 +1038,7 @@ class elFinderVolumeBox extends elFinderVolumeDriver {
|
||||
$res = json_decode(curl_exec($curl));
|
||||
curl_close($curl);
|
||||
|
||||
if($url = $this->getSharedWebContentLink($curl)) {
|
||||
if($url = $this->getSharedWebContentLink($res)) {
|
||||
return $url;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user