Skip to content

Commit d390e93

Browse files
committed
Update Auth.php
1 parent c2ef540 commit d390e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Saml2/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public function getErrors()
253253
*/
254254
public function getLastErrorReason()
255255
{
256-
return $this->$_errorReason;
256+
return $this->_errorReason;
257257
}
258258

259259
/**

0 commit comments

Comments
 (0)