Wrong number of arguments

didnt somebody meet problem with wrong number of arguments? I have this
in articles_helper.rb : def menu_page(id,zanoreni, previous, koren,
mapa) and this in sitemap.rhtml: <%= menu_page(0, 0,’’, true, true) %>.
And this is the error message: wrong number of arguments (4 for 5)

I don’t understand it…

fafa wrote:

didnt somebody meet problem with wrong number of arguments? I have this
in articles_helper.rb : def menu_page(id,zanoreni, previous, koren,
mapa) and this in sitemap.rhtml: <%= menu_page(0, 0,’’, true, true) %>.
And this is the error message: wrong number of arguments (4 for 5)

I don’t understand it…

sorry, problem solved… menu_page is recursive, and I forgot to add a
new parameter in the recursive call in the body…