|
@@ -246,8 +246,8 @@ discard block |
|
|
block discarded – undo |
|
246
|
246
|
$share = $node->getFilesystem()->findRawNode($node->getReference()); |
|
247
|
247
|
} catch (\Exception $e) { |
|
248
|
248
|
$this->logger->error('could not find share node ['.$node->getReference().'] for reference ['.$node->getId().'], dead reference?', [ |
|
249
|
|
- 'category' => get_class($this), |
|
250
|
|
- 'exception' => $e, |
|
|
249
|
+ 'category' => get_class($this), |
|
|
250
|
+ 'exception' => $e, |
|
251
|
251
|
]); |
|
252
|
252
|
|
|
253
|
253
|
return self::PRIVILEGE_DENY; |
|
@@ -255,7 +255,7 @@ discard block |
|
|
block discarded – undo |
|
255
|
255
|
|
|
256
|
256
|
if ($share['deleted'] instanceof UTCDateTime || true !== $share['shared']) { |
|
257
|
257
|
$this->logger->error('share node ['.$share['_id'].'] has been deleted, dead reference?', [ |
|
258
|
|
- 'category' => get_class($this), |
|
|
258
|
+ 'category' => get_class($this), |
|
259
|
259
|
]); |
|
260
|
260
|
|
|
261
|
261
|
return self::PRIVILEGE_DENY; |
Please login to merge, or discard this patch.