mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-06 15:53:55 +00:00
Merge pull request #214 from dryabov/patch-78
Fix possible conflict with Joomla's gzip compression
This commit is contained in:
commit
55171bc022
@ -77,9 +77,6 @@ class JedcheckerControllerPolice extends JControllerLegacy
|
|||||||
$report = $police->get('report');
|
$report = $police->get('report');
|
||||||
|
|
||||||
echo $report->getHTML();
|
echo $report->getHTML();
|
||||||
|
|
||||||
flush();
|
|
||||||
ob_flush();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user