[Rt-commit] r13133 - rt/branches/3.8-TESTING/lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Tue Jun 10 16:38:19 EDT 2008


Author: ruz
Date: Tue Jun 10 16:38:14 2008
New Revision: 13133

Modified:
   rt/branches/3.8-TESTING/lib/RT/Config.pm

Log:
* s/Prove/Probe/

Modified: rt/branches/3.8-TESTING/lib/RT/Config.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Config.pm	(original)
+++ rt/branches/3.8-TESTING/lib/RT/Config.pm	Tue Jun 10 16:38:14 2008
@@ -260,7 +260,7 @@
     
     if ($gpg->{'Enable'}) {
         require RT::Crypt::GnuPG;
-        unless (RT::Crypt::GnuPG->Prove()) {
+        unless (RT::Crypt::GnuPG->Probe()) {
             $RT::Logger->debug(
             "RT's GnuPG libraries couldn't successfully execute gpg.".
             " PGP support has been disabled");


More information about the Rt-commit mailing list