no profileblock on login actions

This commit is contained in:
Evan Prodromou 2011-03-16 10:05:07 -04:00
parent 519bbfb2e9
commit 9b4533058c
3 changed files with 12 additions and 0 deletions

View File

@ -301,4 +301,8 @@ class LoginAction extends Action
function showNoticeForm()
{
}
function showProfileBlock()
{
}
}

View File

@ -610,4 +610,8 @@ class RegisterAction extends Action
function showNoticeForm()
{
}
function showProfileBlock()
{
}
}

View File

@ -178,4 +178,8 @@ class OpenidloginAction extends Action
function showNoticeForm()
{
}
function showProfileBlock()
{
}
}