mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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
This commit is contained in:
parent
a9cba1106c
commit
df3a3e5514
@ -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);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user