@@ -200,7 +200,7 @@ discard block |
||
| 200 | 200 | $recipient = $share->getInitiator(); |
| 201 | 201 | $sharedTo = $recipient->getDisplayName(); |
| 202 | 202 | if (!$this->configService->isLocalInstance($recipient->getInstance())) { |
| 203 | - $sharedTo .= '@' . $recipient->getInstance(); |
|
| 203 | + $sharedTo .= '@'.$recipient->getInstance(); |
|
| 204 | 204 | } |
| 205 | 205 | } |
| 206 | 206 | $circle = $share->getCircle(); |
@@ -210,15 +210,15 @@ discard block |
||
| 210 | 210 | $share->getShareOwner(), |
| 211 | 211 | $share->getFileTarget(), |
| 212 | 212 | $share->getSharedBy(), |
| 213 | - $circle->getDisplayName() . ' (' . $share->getSharedWith() |
|
| 214 | - . ', ' . Circle::$DEF_SOURCE[$circle->getSource()] . ')' |
|
| 213 | + $circle->getDisplayName().' ('.$share->getSharedWith() |
|
| 214 | + . ', '.Circle::$DEF_SOURCE[$circle->getSource()].')' |
|
| 215 | 215 | ]; |
| 216 | 216 | |
| 217 | 217 | if (!$filterRecipient) { |
| 218 | 218 | $def = ($recipient->hasBasedOn()) ? Circle::$DEF_SOURCE[$recipient->getBasedOn()->getSource()] : 'undef'; |
| 219 | 219 | $row = array_merge( |
| 220 | 220 | $row, [ |
| 221 | - $sharedTo . ' (' . $recipient->getSingleId() . ', ' . $def . ')', |
|
| 221 | + $sharedTo.' ('.$recipient->getSingleId().', '.$def.')', |
|
| 222 | 222 | (($share->getChildId() > 0) ? $share->getChildFileTarget( |
| 223 | 223 | ) : $share->getFileTarget()), |
| 224 | 224 | ] |