We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f6c53 commit ffb1f5eCopy full SHA for ffb1f5e
lib/Command/SharesFiles.php
@@ -240,10 +240,10 @@ private function displayShares(
240
];
241
242
if (!$filterRecipient) {
243
+ $def = ($recipient->hasBasedOn()) ? Circle::$DEF_SOURCE[$recipient->getBasedOn()->getSource()] : 'undef';
244
$row = array_merge(
245
$row, [
- $sharedTo . ' (' . $recipient->getSingleId() . ', '
246
- . Circle::$DEF_SOURCE[$recipient->getBasedOn()->getSource()] . ')',
+ $sharedTo . ' (' . $recipient->getSingleId() . ', ' . $def . ')',
247
(($share->getChildId() > 0) ? $share->getChildFileTarget(
248
) : $share->getFileTarget()),
249
]
0 commit comments