Преглед изворни кода

Initialize \OCP\AppFramework\Http\ZipResponse::$resources

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v22.0.0beta1
Christoph Wurst пре 3 година
родитељ
комит
08d4458542
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      lib/public/AppFramework/Http/ZipResponse.php

+ 1
- 1
lib/public/AppFramework/Http/ZipResponse.php Прегледај датотеку

@@ -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…
Откажи
Сачувај