make apc not warn

This commit is contained in:
Shish 2010-02-02 18:12:16 +00:00
parent 387e13f9f0
commit 74693f9d9f

View File

@ -292,7 +292,7 @@ class Database {
$this->cache = new MemcacheCache($matches[2]); $this->cache = new MemcacheCache($matches[2]);
} }
else if($matches[1] == "apc") { else if($matches[1] == "apc") {
$this->cache = new APCCache(); $this->cache = new APCCache($matches[2]);
} }
} }
else { else {