]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/scopingnoticestream.php
Don't trust local HTML either
[quix0rs-gnu-social.git] / lib / scopingnoticestream.php
index 9a101fa3ac03cd314f8e76ec3299ff077d1c354d..c1651d5a30b1c347c33803091ddf441d5b65f1b3 100644 (file)
@@ -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));
         }
     }
 }