Skip to content
Snippets Groups Projects
Commit cff48176 authored by Christoph Wurst's avatar Christoph Wurst Committed by backportbot[bot]
Browse files

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

parent 2724bb8c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment