]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/defaultprofileblock.php
Merge commit 'refs/merge-requests/41' of https://gitorious.org/social/mainline into...
[quix0rs-gnu-social.git] / lib / defaultprofileblock.php
index 18a32a09516c1aea99e3fbb70c0962be37509b8f..8a7d9ef6cf9bfc39381c7dff31a1e92405ab0cb1 100644 (file)
@@ -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();
+    }
+}