X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fscopingnoticestream.php;h=c1651d5a30b1c347c33803091ddf441d5b65f1b3;hb=4e26527447852f88d48bf40a4f208079fcb77a49;hp=9a101fa3ac03cd314f8e76ec3299ff077d1c354d;hpb=f79aec36feaa4760201a7e88d5b31513a3c458ba;p=quix0rs-gnu-social.git diff --git a/lib/scopingnoticestream.php b/lib/scopingnoticestream.php index 9a101fa3ac..c1651d5a30 100644 --- a/lib/scopingnoticestream.php +++ b/lib/scopingnoticestream.php @@ -89,10 +89,9 @@ class ScopingNoticeStream extends FilteringNoticeStream $pids[] = $profile->id; } - Memcached_DataObject::pivotGet('Profile_role', - 'profile_id', - $pids, - array('role' => Profile_role::SILENCED)); + Profile_role::pivotGet('profile_id', + $pids, + array('role' => Profile_role::SILENCED)); } } }