mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 11:25:55 +01:00
Patch by @tohosaku. git-svn-id: https://svn.redmine.org/redmine/trunk@22522 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -84,7 +84,7 @@ module Redmine
|
||||
class PluginLoader
|
||||
# Absolute path to the directory where plugins are located
|
||||
cattr_accessor :directory
|
||||
self.directory = Rails.root.join('plugins')
|
||||
self.directory = Rails.root.join Rails.application.config.redmine_plugins_directory
|
||||
|
||||
# Absolute path to the public directory where plugins assets are copied
|
||||
cattr_accessor :public_directory
|
||||
|
||||
Reference in New Issue
Block a user