projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[BUGFIX] tx_rsaauth_sv1::authUser() gives PHP notice
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
sv
/
class.tx_sv_auth.php
diff --git
a/typo3/sysext/sv/class.tx_sv_auth.php
b/typo3/sysext/sv/class.tx_sv_auth.php
index
9e5a7c8
..
67cfa73
100644
(file)
--- a/
typo3/sysext/sv/class.tx_sv_auth.php
+++ b/
typo3/sysext/sv/class.tx_sv_auth.php
@@
-77,7
+77,7
@@
class tx_sv_auth extends tx_sv_authbase {
* @param array Data of user.
* @return boolean
*/
-
function authUser($user)
{
+
public function authUser(array $user)
{
$OK = 100;
if ($this->login['uident'] && $this->login['uname']) {