fix undefined variable

This commit is contained in:
Ralf Becker 2019-04-28 11:15:38 +02:00
parent 12648ad74f
commit 1c9dc97afa

View File

@ -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;