Skip to content

Commit

Permalink
Merge pull request #8 from Filoz/patch-1
Browse files Browse the repository at this point in the history
Fix parent call
  • Loading branch information
Silas Joisten authored May 15, 2018
2 parents 16d097c + d2dff02 commit 18e9bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/MultiUploadController.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function createAction(Request $request = null)
]);
}

return parent::createAction();
return parent::createAction($request);
}

public function multiUploadAction(Request $request)
Expand Down

0 comments on commit 18e9bc9

Please sign in to comment.