mlanthaler: Refactored the created code since the coding conventions for static methods were changed (ticket #49).

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@42019 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-16 01:48:38 +00:00
parent 83c60460cf
commit 8d89050618

View File

@ -173,7 +173,7 @@ class ContentController extends Controller {
* all available log-in forms (also OpenID...)
*/
public function LoginForm() {
return MemberAuthenticator::getLoginForm($this);
return MemberAuthenticator::get_login_form($this);
}
public function SilverStripeNavigator() {
@ -312,6 +312,8 @@ HTML;
}
/**
* This action is called by the installation system
*/