weird error with SubMirror
This commit is contained in:
parent
d625364354
commit
d28f726c5c
|
@ -157,6 +157,10 @@ class SubMirrorPlugin extends Plugin
|
||||||
*/
|
*/
|
||||||
function onOstatus_profileSubscriberCount($oprofile, &$count)
|
function onOstatus_profileSubscriberCount($oprofile, &$count)
|
||||||
{
|
{
|
||||||
|
if (empty($oprofile) || !($oprofile instanceof Ostatus_profile)) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
if ($oprofile->profile_id) {
|
if ($oprofile->profile_id) {
|
||||||
$mirror = new SubMirror();
|
$mirror = new SubMirror();
|
||||||
$mirror->subscribed = $oprofile->profile_id;
|
$mirror->subscribed = $oprofile->profile_id;
|
||||||
|
@ -166,6 +170,7 @@ class SubMirrorPlugin extends Plugin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user