From: Michael Orlitzky Date: Fri, 30 Oct 2015 00:45:57 +0000 (-0400) Subject: Fix nil error when only postfixadmin is enabled. X-Git-Tag: 0.0.1~57 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=00237603494fde1d1f62e8a4e68326e00abb5fa1 Fix nil error when only postfixadmin is enabled. --- diff --git a/lib/common/plugin.rb b/lib/common/plugin.rb index 81e1fbb..272f0df 100644 --- a/lib/common/plugin.rb +++ b/lib/common/plugin.rb @@ -16,6 +16,7 @@ module Plugin end def includers + @includers ||= [] return @includers end