X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdefaultprofileblock.php;h=8a7d9ef6cf9bfc39381c7dff31a1e92405ab0cb1;hb=0a4eeb89dab241779147c8c02a8f5f0f83533309;hp=18a32a09516c1aea99e3fbb70c0962be37509b8f;hpb=e5133f8150910fa30a7f1f122be34a37478e938d;p=quix0rs-gnu-social.git diff --git a/lib/defaultprofileblock.php b/lib/defaultprofileblock.php index 18a32a0951..8a7d9ef6cf 100644 --- a/lib/defaultprofileblock.php +++ b/lib/defaultprofileblock.php @@ -56,11 +56,6 @@ class DefaultProfileBlock extends AccountProfileBlock parent::__construct($out, $user->getProfile()); } - function canEdit() - { - return true; - } - function location() { return null; @@ -75,4 +70,9 @@ class DefaultProfileBlock extends AccountProfileBlock { return null; } -} \ No newline at end of file + + function otherProfiles() + { + return array(); + } +}