From b398b6a38e650e23a6f3216681d2c1496e7d4010 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 4 Oct 2010 12:55:36 -0600 Subject: [PATCH] This parameter doesn't exist anymore --- framework/Core/lib/Horde/Core/Factory/Cache.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/framework/Core/lib/Horde/Core/Factory/Cache.php b/framework/Core/lib/Horde/Core/Factory/Cache.php index e89f73d7f..d79822acd 100644 --- a/framework/Core/lib/Horde/Core/Factory/Cache.php +++ b/framework/Core/lib/Horde/Core/Factory/Cache.php @@ -30,13 +30,6 @@ class Horde_Core_Factory_Cache /** * Return the Horde_Cache:: instance. * - * @param array $opts Options: - *
-     * 'session' - (boolean) Fallback to session driver, instead of null
-     *             driver, if no cache config is found.
-     *             DEFAULT: false
-     * 
- * * @return Horde_Cache * @throws Horde_Cache_Exception */ @@ -97,4 +90,5 @@ class Horde_Core_Factory_Cache return $classname; } + } -- 2.11.0