N°2044: Forgot to add a variable in 7c1290f

This commit is contained in:
Stephen Abello
2019-06-06 09:38:22 +02:00
parent fb6806a1c1
commit ea58a807fc

View File

@@ -335,6 +335,7 @@ class UILinksWidgetDirect
$aArgs = array_merge($oCurrentObj->ToArgs('this'), $oFilter->GetInternalParams());
$oFilter->SetInternalParams($aArgs);
$aPrefillFormParam['filter'] = $oFilter;
$oCurrentObj->PrefillForm('search', $aPrefillFormParam);
}
$oBlock = new DisplayBlock($oFilter, 'search', false);