Fix code style
This commit is contained in:
parent
15e89ad4d3
commit
8f4b4ed970
@ -17,8 +17,9 @@ class StatsCache {
|
|||||||
$this->debug = $debug;
|
$this->debug = $debug;
|
||||||
if (! $config['memcache']['enabled'] ) {
|
if (! $config['memcache']['enabled'] ) {
|
||||||
$this->debug->append("Not storing any values in memcache");
|
$this->debug->append("Not storing any values in memcache");
|
||||||
|
} else {
|
||||||
|
$this->cache = new Memcached();
|
||||||
}
|
}
|
||||||
else { $this->cache = new Memcached(); }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user