typo
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 18 Mar 2009 18:43:07 +0000 (12:43 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 18 Mar 2009 18:43:07 +0000 (12:43 -0600)
imp/smime.php

index 205eea0..8d1849a 100644 (file)
@@ -243,7 +243,7 @@ $selfURL = Horde::applicationUrl('smime.php');
 try {
     $imp_smime->checkForOpenSSL();
     $openssl_check = true;
-} catch
+} catch (Horde_Exception $e) {
     $openssl_check = false;
 }