From fdadc6342d4fe0b7f7a79b0d589c8c396d9b8522 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 2 Mar 2001 10:29:34 +0000 Subject: [PATCH] Whitespace only. --- pear/Cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/Cache.php b/pear/Cache.php index 237be4d16d..d3383d7669 100644 --- a/pear/Cache.php +++ b/pear/Cache.php @@ -85,7 +85,7 @@ class Cache { { $storage_driver = strtolower($storage_driver); $storage_class = 'Cache_Container_' . $storage_driver; - $storage_classfile = 'Cache/Container/' . $storage_driver . '.php'; + $storage_classfile = 'Cache/Container/' . $storage_driver . '.php'; if (@include_once $storage_classfile) { $this->container = new $storage_class($storage_options); -- 2.40.0