Undefined owneruid
This commit is contained in:
parent
0cbf55b61a
commit
a9b13e12a9
@ -66,6 +66,7 @@ class TokenManager {
|
||||
*/
|
||||
public function getToken($fileId, $shareToken = null) {
|
||||
list($fileId,, $version) = Helper::parseFileId($fileId);
|
||||
$owneruid = null;
|
||||
// if the user is not logged-in do use the sharers storage
|
||||
if($shareToken !== null) {
|
||||
/** @var File $file */
|
||||
|
Loading…
x
Reference in New Issue
Block a user