Merge branch '1.0.x' into testing

This commit is contained in:
Evan Prodromou 2011-06-21 11:33:18 -04:00
commit 0f53c07f56
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}