nextcloud/lib
bladewing 7dafd5831f Avoid substr() error when strpos returns false
"Exception: substr() expects parameter 3 to be int, bool given" can occur on Line 378 $mimePart = substr($icon, 0, strpos($icon, '-'));
This happens, when '-' is not found and strpos returns false instead of an int.
When this occurs, e.g., Activity hangs.

Signed-off-by: lui87kw <lukas.ifflaender@uni-wuerzburg.de>
2020-07-15 10:18:47 +02:00
..
composer Merge pull request #21238 from nextcloud/techdebt/noid/deferrable-notification-apps 2020-07-06 13:50:25 +02:00
l10n [tx-robot] updated from transifex 2020-07-10 02:16:48 +00:00
private Avoid substr() error when strpos returns false 2020-07-15 10:18:47 +02:00
public Make the subscription registry lazy 2020-07-09 12:21:06 +02:00
autoloader.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
base.php Remove hook for initSession 2020-07-07 21:44:36 +02:00
versioncheck.php Update license headers 2019-12-05 15:38:45 +01:00