mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
remove php error
This commit is contained in:
@@ -169,7 +169,7 @@ class elFinderVolumeBox extends elFinderVolumeDriver
|
||||
$cdata .= '&'.$k.'='.rawurlencode($v);
|
||||
}
|
||||
}
|
||||
if (!empty($options['url']) && strpos($options['url'], 'http') !== 0) {
|
||||
if (empty($options['url'])) {
|
||||
$options['url'] = $this->getConnectorUrl();
|
||||
}
|
||||
$callback = $options['url']
|
||||
|
||||
Reference in New Issue
Block a user