Missed a $user->id to $profile->id translation
This commit is contained in:
parent
c279a33feb
commit
869ca2d20b
|
@ -912,7 +912,7 @@ class OStatusPlugin extends Plugin
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
$fav = Fave::pkeyGet(array('user_id' => $user->id,
|
$fav = Fave::pkeyGet(array('user_id' => $profile->id,
|
||||||
'notice_id' => $notice->id));
|
'notice_id' => $notice->id));
|
||||||
|
|
||||||
if (!$fav instanceof Fave) {
|
if (!$fav instanceof Fave) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user