1
0
Fork 0

Merge pull request #3988 from daum/authhelper-ask-and-validate-error-3987

AuthHelper Exception Fix on Store Credentials
pull/3991/head
Jordi Boggiano 2015-05-01 09:59:25 +01:00
commit 8430a942e5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class AuthHelper
} }
throw new \RuntimeException('Please answer (y)es or (n)o'); throw new \RuntimeException('Please answer (y)es or (n)o');
}, },
false, null,
'y' 'y'
); );