diff --git a/core/database.class.php b/core/database.class.php index 6471fa53..91fa60ea 100644 --- a/core/database.class.php +++ b/core/database.class.php @@ -292,7 +292,7 @@ class Database { $this->cache = new MemcacheCache($matches[2]); } else if($matches[1] == "apc") { - $this->cache = new APCCache(); + $this->cache = new APCCache($matches[2]); } } else {