mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
fixed not working custom date filter
This commit is contained in:
parent
2e12d67188
commit
3564a03529
@ -294,7 +294,7 @@ class etemplate_widget_nextmatch extends etemplate_widget
|
||||
if (($template = etemplate_widget_template::instance(self::$request->template['name'], self::$request->template['template_set'],
|
||||
self::$request->template['version'], self::$request->template['load_via'])))
|
||||
{
|
||||
$template = $template->getElementById($form_name, strpos($form_name, 'history') == 0 ? 'historylog' : 'nextmatch');
|
||||
$template = $template->getElementById($form_name, strpos($form_name, 'history') === 0 ? 'historylog' : 'nextmatch');
|
||||
$expand = array(
|
||||
'cont' => array($form_name => $filters),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user