mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #25702 from nextcloud/backport/25700/stable21
[stable21] Initialize \OCP\AppFramework\Http\ZipResponse::$resources
This commit is contained in:
commit
5c3dd4cc74
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ use OCP\IRequest;
|
|||
*/
|
||||
class ZipResponse extends Response implements ICallbackResponse {
|
||||
/** @var resource[] Files to be added to the zip response */
|
||||
private $resources;
|
||||
private $resources = [];
|
||||
/** @var string Filename that the zip file should have */
|
||||
private $name;
|
||||
private $request;
|
||||
|
|
|
|||
Loading…
Reference in a new issue