make apc not warn
This commit is contained in:
parent
387e13f9f0
commit
74693f9d9f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user