Skip to content

Commit

Permalink
Fixed call to super in levelcrumb initializer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Bouch committed Apr 6, 2012
1 parent 20a124c commit 71bf2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ariane/levelcrumb.rb
Expand Up @@ -13,7 +13,7 @@ class LevelCrumb < Ariane::Crumb
# data - A Hash used to store any data that can be used by renderers
# (default: {}).
def initialize(text='', url=nil, level=1, data={})
super
super text, url, data
@level = level
end
end
Expand Down

0 comments on commit 71bf2f8

Please sign in to comment.