#11649 Fix event widget

This commit is contained in:
miguel angel rasteu 2023-07-10 09:04:07 +02:00
parent 109cca7186
commit 14819e045e
1 changed files with 4 additions and 0 deletions

View File

@ -336,6 +336,10 @@ if (is_ajax() === true) {
$config['block_size']
);
if ($length === 'null') {
$length = $config['block_size'];
}
if ($get_events !== 0) {
try {
ob_start();