Include GLoc in hook listener base class (#2112).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2005 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-11-10 12:23:54 +00:00
parent 486ecc6661
commit f6b2be81b9
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ module Redmine
# Base class for hook listeners.
class Listener
include Singleton
include GLoc
# Registers the listener
def self.inherited(child)