forked from extern/egroupware
"make etemplate::_sel_options() public again, as it's used by other widgets (eg. tree_widget), thank to webmaster-at-kmu-tools.de "
This commit is contained in:
parent
d4a1075c68
commit
9993be3eed
@ -1763,7 +1763,7 @@ class etemplate extends boetemplate
|
||||
* @param array $content=array();
|
||||
* @return array
|
||||
*/
|
||||
private function _sel_options($cell,$name,$content=array())
|
||||
function _sel_options($cell,$name,$content=array())
|
||||
{
|
||||
$sels = array();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user