forked from GNUsocial/gnu-social
Merge branch '1.0.x' into testing
This commit is contained in:
commit
0f53c07f56
@ -146,7 +146,7 @@ class ToSelector extends Widget
|
|||||||
break;
|
break;
|
||||||
case 'profile':
|
case 'profile':
|
||||||
$profile = Profile::staticGet('id', $value);
|
$profile = Profile::staticGet('id', $value);
|
||||||
$options['replies'] = $profile->getUri();
|
$options['replies'] = array($profile->getUri());
|
||||||
if ($private) {
|
if ($private) {
|
||||||
$options['scope'] = Notice::ADDRESSEE_SCOPE;
|
$options['scope'] = Notice::ADDRESSEE_SCOPE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user