Skip to content

Commit

Permalink
Add missing Config parameter to make_reader function
Browse files Browse the repository at this point in the history
  • Loading branch information
haszi committed May 14, 2024
1 parent 9bf6c01 commit 86f6ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
exit(0);
}

function make_reader() {
function make_reader(Config $config) {
//Partial Rendering
$idlist = $config->render_ids() + $config->skip_ids();
if (!empty($idlist)) {
Expand Down

0 comments on commit 86f6ceb

Please sign in to comment.