Fix addressees when drop-down for a single user is used
This commit is contained in:
parent
29403a764c
commit
9f785f6734
@ -146,7 +146,7 @@ class ToSelector extends Widget
|
||||
break;
|
||||
case 'profile':
|
||||
$profile = Profile::staticGet('id', $value);
|
||||
$options['replies'] = $profile->getUri();
|
||||
$options['replies'] = array($profile->getUri());
|
||||
if ($private) {
|
||||
$options['scope'] = Notice::ADDRESSEE_SCOPE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user