diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-06-25 22:04:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-25 22:04:12 +0200 |
commit | a47403d5f85b2ebe2fa14672181b8ce0b6122d34 (patch) | |
tree | 15165191ef732a7fcc6590ab0d99dc7bbb36933c /core | |
parent | da025d4867cf8d54a1f2c7405dfb714093aa6989 (diff) | |
parent | 05381f00d25e380c557a3a1100dd83e75298f130 (diff) | |
download | nextcloud-server-a47403d5f85b2ebe2fa14672181b8ce0b6122d34.tar.gz nextcloud-server-a47403d5f85b2ebe2fa14672181b8ce0b6122d34.zip |
Merge pull request #16021 from nextcloud/bugfix/noid/fall-back-to-black-for-non-color-values
Fall back to black for non-color values
Diffstat (limited to 'core')
-rw-r--r-- | core/Controller/SvgController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/SvgController.php b/core/Controller/SvgController.php index bbf4e61c60c..b956f724ad8 100644 --- a/core/Controller/SvgController.php +++ b/core/Controller/SvgController.php @@ -111,6 +111,7 @@ class SvgController extends Controller { * * @param string $path * @param string $color + * @param string $fileName * @return DataDisplayResponse|NotFoundResponse */ private function getSvg(string $path, string $color, string $fileName) { |