no profileblock on login actions
This commit is contained in:
parent
519bbfb2e9
commit
9b4533058c
|
@ -301,4 +301,8 @@ class LoginAction extends Action
|
|||
function showNoticeForm()
|
||||
{
|
||||
}
|
||||
|
||||
function showProfileBlock()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
@ -610,4 +610,8 @@ class RegisterAction extends Action
|
|||
function showNoticeForm()
|
||||
{
|
||||
}
|
||||
|
||||
function showProfileBlock()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
@ -178,4 +178,8 @@ class OpenidloginAction extends Action
|
|||
function showNoticeForm()
|
||||
{
|
||||
}
|
||||
|
||||
function showProfileBlock()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user