From d209e0918f02ca3723b6679b4f4cfcb21d0dbcca Mon Sep 17 00:00:00 2001 From: alexdraconian <78018187+alexdraconian@users.noreply.github.com> Date: Sun, 2 Jan 2022 16:35:54 +0900 Subject: [PATCH] error fix --- helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.php b/helper.php index 0b72ed9..a87ef68 100644 --- a/helper.php +++ b/helper.php @@ -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; }