fix bug: access token be 1

This commit is contained in:
root
2021-01-16 11:28:19 +08:00
parent 15a7ea192a
commit b44f15f141
6 changed files with 6 additions and 6 deletions
+1
View File
@@ -52,6 +52,7 @@ class Sharelink extends Onedrive {
if (getConfig('shareapiurl', $this->disktag)!=$this->api_url) $tmp1['shareapiurl'] = $this->api_url;
//if (getConfig('sharecookie', $this->disktag)!=$this->sharecookie) $tmp1['sharecookie'] = $this->sharecookie;
if (!!$tmp1) setConfig($tmp1);
return true;
}
return true;
}