remove php error

This commit is contained in:
Raja Sharma
2016-10-11 22:09:44 +05:30
committed by GitHub
parent ac306f83dd
commit 1769dfd658
+1 -1
View File
@@ -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']