Skip to content

Commit

Permalink
GitWeb: Fix plugin reloading, it requires a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter committed Sep 25, 2008
1 parent fe3bf92 commit b889a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gitweb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Gitweb < PluginBase

# Remove the "Git" constant and reload them
def before_reload
def before_reload(force)
Object.class_eval do
remove_const "Git"
end
Expand Down

0 comments on commit b889a8a

Please sign in to comment.