Merge branch 'ent-11649-15824-widget-de-eventos-con-filtro-no-funciona' into 'develop'

Ent 11649 15824 widget de eventos con filtro no funciona

See merge request artica/pandorafms!6224
This commit is contained in:
Gorka Sanchez 2023-07-10 11:47:20 +00:00
commit f051d11745
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();