mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Merge pull request #14264 from nextcloud/null-is-not-a-boolean
Set false as default for requirePNG
This commit is contained in:
commit
8bd8b541c9
@ -58,7 +58,7 @@ class Manager implements IManager {
|
||||
protected $formattingObjectId;
|
||||
|
||||
/** @var bool */
|
||||
protected $requirePNG;
|
||||
protected $requirePNG = false;
|
||||
|
||||
/** @var string */
|
||||
protected $currentUserId;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user