mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge pull request #14292 from nextcloud/backport/14264/stable15
[stable15] Set false as default for requirePNG
This commit is contained in:
commit
f6b4f1f3fa
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class Manager implements IManager {
|
|||
protected $formattingObjectId;
|
||||
|
||||
/** @var bool */
|
||||
protected $requirePNG;
|
||||
protected $requirePNG = false;
|
||||
|
||||
/** @var string */
|
||||
protected $currentUserId;
|
||||
|
|
|
|||
Loading…
Reference in a new issue