mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Merged r4293 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.0-stable@4331 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1ee7954f44
commit
cbacc0ce30
@ -89,6 +89,13 @@ module Redmine #:nodoc:
|
|||||||
def self.clear
|
def self.clear
|
||||||
@registered_plugins = {}
|
@registered_plugins = {}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Checks if a plugin is installed
|
||||||
|
#
|
||||||
|
# @param [String] id name of the plugin
|
||||||
|
def self.installed?(id)
|
||||||
|
registered_plugins[id.to_sym].present?
|
||||||
|
end
|
||||||
|
|
||||||
def initialize(id)
|
def initialize(id)
|
||||||
@id = id.to_sym
|
@id = id.to_sym
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user