From: Michael M Slusarz Date: Fri, 19 Mar 2010 19:15:22 +0000 (-0600) Subject: Mark Crypt_Blowfish and Mail as required modules X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=41b9e66d93b802e5a3f31fb765798f27e0601609;p=horde.git Mark Crypt_Blowfish and Mail as required modules --- 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.',