forked from extern/egroupware
fix for an etemplate:: call, that seems to be outdated self:: seems to be the static object to use now
This commit is contained in:
parent
4d8371d015
commit
395dd415f8
@ -523,7 +523,7 @@ class etemplate_widget_menupopup extends etemplate_widget
|
||||
}
|
||||
if (!$readonly)
|
||||
{
|
||||
etemplate::$request->set_to_process($name,'ext-select-dow');
|
||||
self::$request->set_to_process($name,'ext-select-dow');
|
||||
}
|
||||
$cell['size'] = $rows.($type2 ? ','.$type2 : '');
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user