33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2025-01-02 14:21:52 +00:00

Merge pull request #214 from dryabov/patch-78

Fix possible conflict with Joomla's gzip compression
This commit is contained in:
Denis Ryabov 2023-07-28 15:52:29 +03:00 committed by GitHub
commit 55171bc022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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