From df3a3e5514ed0cabc47d35319db464592880ca36 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Sat, 26 Apr 2008 06:51:42 +0000 Subject: [PATCH] Merged revisions 52400 via svnmerge from http://svn.silverstripe.com/open/modules/sapphire/branches/2.2.2 ........ r52400 | sminnee | 2008-04-09 20:27:13 +1200 (Wed, 09 Apr 2008) | 1 line #2299 - Fatal error in specific version of PHP ........ git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@53516 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- security/Authenticator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/Authenticator.php b/security/Authenticator.php index e94df9a14..935838a9b 100644 --- a/security/Authenticator.php +++ b/security/Authenticator.php @@ -43,7 +43,7 @@ abstract class Authenticator extends Object { * @return bool|Member Returns FALSE if authentication fails, otherwise * the member object */ - public abstract static function authenticate(array $RAW_data, + public abstract static function authenticate($RAW_data, Form $form = null);