Commit 01b07509d4e57f5c4a99d5943195e55010dc9899
1 parent
9c05b430
ga
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
backend/views/report/index.php
| @@ -109,7 +109,7 @@ function printResults($reports) { | @@ -109,7 +109,7 @@ function printResults($reports) { | ||
| 109 | } | 109 | } |
| 110 | } | 110 | } |
| 111 | 111 | ||
| 112 | -private function printDataTable(&$results) { | 112 | +function printDataTable(&$results) { |
| 113 | if (count($results->getRows()) > 0) { | 113 | if (count($results->getRows()) > 0) { |
| 114 | $table .= '<table>'; | 114 | $table .= '<table>'; |
| 115 | 115 |