diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-23 12:13:32 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-23 12:13:32 -0700 |
commit | 7277b59734cf0e39c8c77e01b13e8d997533bacf (patch) | |
tree | 18bc14d3ead88c649328c8354a3690b1c2491260 /actions | |
parent | fcdbf421ab2bbbe4d1b601a8c80d4612c91f62fe (diff) | |
parent | 44caa3a93f452777c795006edb52ef4c5c2c4997 (diff) |
Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'actions')
-rw-r--r-- | actions/apifavoritecreate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apifavoritecreate.php b/actions/apifavoritecreate.php index 3618f9401..00b6349b0 100644 --- a/actions/apifavoritecreate.php +++ b/actions/apifavoritecreate.php @@ -123,7 +123,7 @@ class ApiFavoriteCreateAction extends ApiAuthAction return; } - $fave = Fave::addNew($this->user, $this->notice); + $fave = Fave::addNew($this->user->getProfile(), $this->notice); if (empty($fave)) { $this->clientError( |