MSAPI, headers
parent
c6e93168af
commit
3249934f36
|
@ -928,7 +928,7 @@ class Onedrive {
|
||||||
return $diskSpace;
|
return $diskSpace;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function MSAPI($method, $path, $data = '')
|
protected function MSAPI($method, $path, $data = '', $headers = [])
|
||||||
{
|
{
|
||||||
$activeLimit = getConfig('activeLimit', $this->disktag);
|
$activeLimit = getConfig('activeLimit', $this->disktag);
|
||||||
if ($activeLimit!='') {
|
if ($activeLimit!='') {
|
||||||
|
|
Loading…
Reference in New Issue