mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
#2299 - Fatal error in specific version of PHP
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2.2@52393 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ef7e8a1c40
commit
43bf269643
@ -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…
Reference in New Issue
Block a user