X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FProfile_role.php;h=2f6dff0e1b658d73509760f80c67661c9b4cbeb5;hb=ebc8e2a0e7dde135aef73be7b3d96dff155fe091;hp=c753d1aed4e563f4170c28cff32243746d5a4e20;hpb=1a9a8ea73032b0ded09a8ea9a4c0511401507090;p=quix0rs-gnu-social.git diff --git a/classes/Profile_role.php b/classes/Profile_role.php index c753d1aed4..2f6dff0e1b 100644 --- a/classes/Profile_role.php +++ b/classes/Profile_role.php @@ -56,11 +56,6 @@ class Profile_role extends Managed_DataObject ); } - function pkeyGet($kv) - { - return Memcached_DataObject::pkeyGet('Profile_role', $kv); - } - const OWNER = 'owner'; const MODERATOR = 'moderator'; const ADMINISTRATOR = 'administrator';