mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Fix typo (#36320).
git-svn-id: https://svn.redmine.org/redmine/trunk@22506 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8f210b35d2
commit
ac36333e90
@ -54,7 +54,7 @@ module Redmine
|
||||
cattr_accessor :directory
|
||||
self.directory = PluginLoader.directory
|
||||
|
||||
# Absolute path to the plublic directory where plugins assets are copied
|
||||
# Absolute path to the public directory where plugins assets are copied
|
||||
cattr_accessor :public_directory
|
||||
self.public_directory = PluginLoader.public_directory
|
||||
|
||||
|
||||
@ -86,7 +86,7 @@ module Redmine
|
||||
cattr_accessor :directory
|
||||
self.directory = Rails.root.join('plugins')
|
||||
|
||||
# Absolute path to the plublic directory where plugins assets are copied
|
||||
# Absolute path to the public directory where plugins assets are copied
|
||||
cattr_accessor :public_directory
|
||||
self.public_directory = Rails.public_path.join('plugin_assets')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user