Skip to content
Unverified Commit 24a2107e authored by Morris Jobke's avatar Morris Jobke
Browse files

Fix a case where "password_by_talk" was not a boolean (e.g. null or "0") and...


Fix a case where "password_by_talk" was not a boolean (e.g. null or "0") and actively cast it to a boolean

This was the error message that we have seen:

```
Argument 1 passed to OC\\Share20\\Share::setSendPasswordByTalk() must be of the type boolean, null given, called in apps/sharebymail/lib/ShareByMailProvider.php on line 981
```

Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 85694c6d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment