From 01b07509d4e57f5c4a99d5943195e55010dc9899 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 9 Jan 2017 02:40:56 +0200 Subject: [PATCH] ga --- backend/views/report/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/views/report/index.php b/backend/views/report/index.php index a974078..c2c8e28 100644 --- a/backend/views/report/index.php +++ b/backend/views/report/index.php @@ -109,7 +109,7 @@ function printResults($reports) { } } -private function printDataTable(&$results) { +function printDataTable(&$results) { if (count($results->getRows()) > 0) { $table .= ''; -- libgit2 0.21.4