Merge branch '1.0.x' into testing
This commit is contained in:
commit
0f53c07f56
@ -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