nextcloud/lib
bladewing 43e401e3a2 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-11-25 11:55:15 +00:00
..
composer Fix app password updating out of bounds 2020-09-03 20:03:47 +00:00
l10n [tx-robot] updated from transifex 2020-11-19 02:20:29 +00:00
private Avoid substr() error when strpos returns false 2020-11-25 11:55:15 +00:00
public inform the user when flow config data exceeds thresholds 2020-10-28 15:11:14 +00:00
autoloader.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
base.php Removed config.js 2020-11-09 17:14:36 +01:00
versioncheck.php Update license headers 2019-12-05 15:38:45 +01:00