mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
fix undefined variable
This commit is contained in:
parent
12648ad74f
commit
1c9dc97afa
@ -142,7 +142,7 @@ class Sharing extends \EGroupware\Api\Sharing
|
|||||||
sleep(1);
|
sleep(1);
|
||||||
return static::share_fail(
|
return static::share_fail(
|
||||||
'404 Not Found',
|
'404 Not Found',
|
||||||
"Requested resource '/".htmlspecialchars($token)."' does NOT exist!\n"
|
"Requested resource '/".htmlspecialchars($share['share_token'])."' does NOT exist!\n"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Vfs::$is_root = false;
|
Vfs::$is_root = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user