From: Michael M Slusarz Date: Mon, 4 Oct 2010 18:55:36 +0000 (-0600) Subject: This parameter doesn't exist anymore X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b398b6a38e650e23a6f3216681d2c1496e7d4010;p=horde.git This parameter doesn't exist anymore --- 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; } + }