Merge pull request #14264 from nextcloud/null-is-not-a-boolean

Set false as default for requirePNG
This commit is contained in:
Roeland Jago Douma 2019-02-19 11:26:33 +01:00 committed by GitHub
commit 8bd8b541c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ class Manager implements IManager {
protected $formattingObjectId;
/** @var bool */
protected $requirePNG;
protected $requirePNG = false;
/** @var string */
protected $currentUserId;