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:
commit
f051d11745
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue