mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fixed call to badly named static method
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@60411 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
9b7bf6a187
commit
970cba1b5d
@ -60,7 +60,7 @@ class ChangePasswordForm extends Form {
|
|||||||
|
|
||||||
if(!$member) {
|
if(!$member) {
|
||||||
if(Session::get('AutoLoginHash')) {
|
if(Session::get('AutoLoginHash')) {
|
||||||
$member = Member::member_from_autologin(Session::get('AutoLoginHash'));
|
$member = Member::member_from_autologinhash(Session::get('AutoLoginHash'));
|
||||||
}
|
}
|
||||||
|
|
||||||
// The user is not logged in and no valid auto login hash is available
|
// The user is not logged in and no valid auto login hash is available
|
||||||
|
Loading…
x
Reference in New Issue
Block a user