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:
Klaus Leithoff 2013-11-05 08:32:03 +00:00
parent 4d8371d015
commit 395dd415f8

View File

@ -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;