@@ -200,15 +200,15 @@ 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 | $circleField = ''; |
207 | 207 | if ($share->hasCircle()) { |
208 | 208 | $circle = $share->getCircle(); |
209 | 209 | $circleField = $circle->getDisplayName() |
210 | - . ' (' . $share->getSharedWith() |
|
211 | - . ', ' . Circle::$DEF_SOURCE[$circle->getSource()] . ')'; |
|
210 | + . ' ('.$share->getSharedWith() |
|
211 | + . ', '.Circle::$DEF_SOURCE[$circle->getSource()].')'; |
|
212 | 212 | } |
213 | 213 | $row = [ |
214 | 214 | $share->getId(), |
@@ -223,7 +223,7 @@ discard block |
||
223 | 223 | $def = ($recipient->hasBasedOn()) ? Circle::$DEF_SOURCE[$recipient->getBasedOn()->getSource()] : 'undef'; |
224 | 224 | $row = array_merge( |
225 | 225 | $row, [ |
226 | - $sharedTo . ' (' . $recipient->getSingleId() . ', ' . $def . ')', |
|
226 | + $sharedTo.' ('.$recipient->getSingleId().', '.$def.')', |
|
227 | 227 | (($share->getChildId() > 0) ? $share->getChildFileTarget( |
228 | 228 | ) : $share->getFileTarget()), |
229 | 229 | ] |