From 41b9e66d93b802e5a3f31fb765798f27e0601609 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 19 Mar 2010 13:15:22 -0600 Subject: [PATCH] Mark Crypt_Blowfish and Mail as required modules --- horde/lib/Test.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/horde/lib/Test.php b/horde/lib/Test.php index c96fd8de6..6e9f5ffea 100644 --- a/horde/lib/Test.php +++ b/horde/lib/Test.php @@ -258,7 +258,8 @@ class Horde_Test 'error' => 'Cache is used by the Services_Weather module on the weather applet/block on the portal page.' ), 'Crypt_Blowfish' => array( - 'error' => 'Crypt_Blowfish is required to store authentication credentials securely within the session data.' + 'error' => 'Crypt_Blowfish is required to store authentication credentials securely within the session data.', + 'required' => true ), 'Date' => array( 'path' => 'Date/Calc.php', @@ -276,7 +277,8 @@ class Horde_Test ), 'Mail' => array( 'path' => 'Mail/RFC822.php', - 'error' => 'You do not have the Mail package installed on your system. See the INSTALL file for instructions on how to install the package.' + 'error' => 'You do not have the Mail package installed on your system. See the INSTALL file for instructions on how to install the package.', + 'required' => true ), 'MDB2' => array( 'error' => 'You will need MDB2 if you are using the SQL driver for Shares.', -- 2.11.0