forked from extern/egroupware
fix for the segfaults happening since the last commits in several apps: function was calling itself ;-)
This commit is contained in:
parent
71cfbad789
commit
ae9ae56e30
@ -442,7 +442,7 @@
|
||||
*/
|
||||
function formated_list($format,$type='',$selected = '',$globals = False,$site_link = 'site')
|
||||
{
|
||||
return $this->formated_list($format,$type,$selected,$globals,$site_link);
|
||||
return $this->formatted_list($format,$type,$selected,$globals,$site_link);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user