Fix possible conflict with Joomla's gzip compression

This commit is contained in:
Denis Ryabov 2023-07-28 16:50:48 +04:00
parent 5dd1fe09d1
commit f82c1c4ada
1 changed files with 0 additions and 3 deletions

View File

@ -77,9 +77,6 @@ class JedcheckerControllerPolice extends JControllerLegacy
$report = $police->get('report');
echo $report->getHTML();
flush();
ob_flush();
}
/**