Login actions don't show the notice form

This commit is contained in:
Evan Prodromou 2011-03-09 10:11:59 -05:00
parent 88e09d45c9
commit a4b3edaf40
3 changed files with 12 additions and 0 deletions

View File

@ -297,4 +297,8 @@ class LoginAction extends Action
$nav = new LoginGroupNav($this);
$nav->show();
}
function showNoticeForm()
{
}
}

View File

@ -606,4 +606,8 @@ class RegisterAction extends Action
$nav = new LoginGroupNav($this);
$nav->show();
}
function showNoticeForm()
{
}
}

View File

@ -174,4 +174,8 @@ class OpenidloginAction extends Action
$nav = new LoginGroupNav($this);
$nav->show();
}
function showNoticeForm()
{
}
}