mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 17:21:59 +01:00
Fixed typo in index.php invoking memcached
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
e3189c56ae
commit
643a7fba9b
@ -48,7 +48,7 @@ Registry::set('sphxrw', $sphxrw);
|
||||
|
||||
|
||||
if(MEMCACHED_ENABLED) {
|
||||
$memcache = new Memcache();
|
||||
$memcache = new Memcached();
|
||||
foreach ($memcached_servers as $m){
|
||||
$memcache->addServer($m[0], $m[1]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user