nextcloud/apps/sharebymail/lib
Morris Jobke 24a2107e03
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: Morris Jobke <hey@morrisjobke.de>
2018-10-12 17:01:54 +02:00
..
AppInfo Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
Settings allow admin to enforce password on mail shares 2017-04-20 16:33:26 +02:00
Activity.php Use PNG version of the icons for shipped activities 2017-06-20 13:48:51 +02:00
Capabilities.php move capabilities to share by mail app 2017-04-10 17:18:13 +02:00
Settings.php allow admin to enforce password on mail shares 2017-04-20 16:33:26 +02:00
ShareByMailProvider.php Fix a case where "password_by_talk" was not a boolean (e.g. null or "0") and actively cast it to a boolean 2018-10-12 17:01:54 +02:00