Skip to content

Commit

Permalink
Edition
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Dec 29, 2024
1 parent 2924956 commit 73d362b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lizmap/modules/lizmap/controllers/edition.classic.php
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ public function editableFeatures()

$rep->setContentCallback(function () use ($inputGenerator) {
$output = Psr7\Utils::streamFor(fopen('php://output', 'w+'));
$input = Psr7\Utils::streamFor($inputGenerator);
$input = Psr7\Utils::streamFor($inputGenerator());
Psr7\Utils::copyToStream($input, $output);
});

Expand Down

0 comments on commit 73d362b

Please sign in to comment.