mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +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);
|
||||
return static::share_fail(
|
||||
'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;
|
||||
|
Loading…
Reference in New Issue
Block a user