]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
no profileblock on login actions
authorEvan Prodromou <evan@status.net>
Wed, 16 Mar 2011 14:05:07 +0000 (10:05 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 16 Mar 2011 14:05:07 +0000 (10:05 -0400)
actions/login.php
actions/register.php
plugins/OpenID/openidlogin.php

index 547374a12e803c307a16b97ee6ca093a19fbfd05..7ec9c321391d1ea04994266834948f0871a36ac1 100644 (file)
@@ -301,4 +301,8 @@ class LoginAction extends Action
     function showNoticeForm()
     {
     }
+
+    function showProfileBlock()
+    {
+    }
 }
index d0dbceeb81c4f1dd63f88072a564bb202801abfa..1bcd3edc171958ccc193b9af1016cff454efcc7e 100644 (file)
@@ -610,4 +610,8 @@ class RegisterAction extends Action
     function showNoticeForm()
     {
     }
+
+    function showProfileBlock()
+    {
+    }
 }
index 850b68e63a316d5ce59bef21d95365ec93028532..918a79ccd1f8786ec09021d51a43e60dac2c3803 100644 (file)
@@ -178,4 +178,8 @@ class OpenidloginAction extends Action
     function showNoticeForm()
     {
     }
+
+    function showProfileBlock()
+    {
+    }
 }