]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/ActivitySpam/scripts/testuser.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / plugins / ActivitySpam / scripts / testuser.php
index 0b776bd42b13c723d4e30e5a197be291dc3179df..0eee9324bf289bedf2992d31370b964e00592fdf 100644 (file)
@@ -64,7 +64,7 @@ function testUser($filter, $user) {
 
     printfnq("Testing user %s\n", $user->nickname);
 
-    $profile = Profile::staticGet('id', $user->id);
+    $profile = Profile::getKV('id', $user->id);
 
     $str = new ProfileNoticeStream($profile, $profile);