]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/plugin.rb
Fix nil error when only postfixadmin is enabled.
[mailshears.git] / lib / common / plugin.rb
index 81e1fbb6248e323f315c0108f7c9e11f5bb72b8c..272f0df56749419e7f5dc14843232544ac5ee0e8 100644 (file)
@@ -16,6 +16,7 @@ module Plugin
     end
 
     def includers
+      @includers ||= []
       return @includers
     end