We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7714e3b commit cc83d11Copy full SHA for cc83d11
phpfastcache/3.0.0/drivers/memcache.php
@@ -35,7 +35,7 @@ function __construct($config = array()) {
35
}
36
37
function connectServer() {
38
- $server = $this->option['memcache'];
+ $server = $this->config['memcache'];
39
if(count($server) < 1) {
40
$server = array(
41
array("127.0.0.1",11211),
0 commit comments