Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdraconian committed Jan 2, 2022
1 parent 50b49d4 commit d209e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.php
Expand Up @@ -70,7 +70,7 @@ function valid_pages($params_array) {
$data = $this->_get_page_data();

$result = '';
$result .= $this->orph_report_table($data, false, true, $params_array, 'valid');
$result .= $this->orph_report_table($data, true, true, $params_array, 'valid');

return $result;
}
Expand Down

0 comments on commit d209e09

Please sign in to comment.