fix for the segfaults happening since the last commits in several apps: function was calling itself ;-)

This commit is contained in:
Ralf Becker 2005-11-07 09:30:33 +00:00
parent 71cfbad789
commit ae9ae56e30

View File

@ -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);
}
/**