[Rt-commit] r16603 - in rt/3.8/trunk: .
falcone at bestpractical.com
falcone at bestpractical.com
Wed Oct 29 15:57:42 EDT 2008
Author: falcone
Date: Wed Oct 29 15:57:35 2008
New Revision: 16603
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/lib/RT/Config.pm
Log:
r41160 at ketch: falcone | 2008-10-29 15:56:50 -0400
* Handle the case where you enable GPG but haven't
created the data directory. We should probably just
create the directory for you.
Modified: rt/3.8/trunk/lib/RT/Config.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Config.pm (original)
+++ rt/3.8/trunk/lib/RT/Config.pm Wed Oct 29 15:57:35 2008
@@ -340,6 +340,7 @@
" configured GnuPG home directory (".$gpgopts->{homedir}
."). PGP support has been disabled");
$gpg->{'Enable'} = 0;
+ return;
}
More information about the Rt-commit
mailing list