mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Set false as default for requirePNG
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
cb3379e97d
commit
e24d555281
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class Manager implements IManager {
|
|||
protected $formattingObjectId;
|
||||
|
||||
/** @var bool */
|
||||
protected $requirePNG;
|
||||
protected $requirePNG = false;
|
||||
|
||||
/** @var string */
|
||||
protected $currentUserId;
|
||||
|
|
|
|||
Loading…
Reference in a new issue