We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7eae1ad + cf33f44 commit a8cc660Copy full SHA for a8cc660
1 file changed
lib/Listener/BeforeFetchPreviewListener.php
@@ -43,6 +43,7 @@ public function handle(Event $event): void {
43
}
44
$shareToken = $this->request->getParam('token');
45
46
+ $share = null;
47
try {
48
$share = $shareToken ?
49
// Get different share for public previews as the share from the node is only set for mounted shares
0 commit comments