Merge branch '1.0.x' into testing

This commit is contained in:
Evan Prodromou 2011-06-21 11:33:18 -04:00
commit 0f53c07f56

View File

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