Skip to content

Commit

Permalink
Fixed dashboard not working with I18n
Browse files Browse the repository at this point in the history
This caused errors, because the image plugin generated a unknown url, based on the title of the plugin, which gets translated.
  • Loading branch information
moretea committed Aug 22, 2010
1 parent 6ce05e6 commit 5d17ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/refinerycms/images/lib/images.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Engine < Rails::Engine
Refinery::Plugin.register do |plugin|
plugin.title = "Images"
plugin.name = "refinery_images"
plugin.directory = "images"
plugin.description = "Manage images"
plugin.version = %q{0.9.8}
plugin.menu_match = /(refinery|admin)\/image(_dialog)?s$/
Expand Down

0 comments on commit 5d17ffc

Please sign in to comment.