Skip to content

Commit 2ee4dce

Browse files
author
unclecheese
committed
BUGFIX: Use Object::useCustomClass() for login form.
1 parent 6e3a195 commit 2ee4dce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_config.php

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@
1212
if(!class_exists("GridField")) {
1313
user_error("The bootstrap_forms module requires SilverStripe 3.0 or greater.", E_USER_ERROR);
1414
}
15+
16+
17+
Object::useCustomClass("MemberLoginForm","BootstrapMemberLoginForm");

0 commit comments

Comments
 (0)