Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 1.0.x
This commit is contained in:
@@ -273,7 +273,7 @@ class FavCommand extends Command
|
||||
function handle($channel)
|
||||
{
|
||||
$notice = $this->getNotice($this->other);
|
||||
$fave = Fave::addNew($this->user, $notice);
|
||||
$fave = Fave::addNew($this->user->getProfile(), $notice);
|
||||
|
||||
if (!$fave) {
|
||||
$channel->error($this->user, _('Could not create favorite.'));
|
||||
|
Reference in New Issue
Block a user