Closed kaiszy closed 11 years ago
Getting the error
PHP Parse error: syntax error, unexpected '[' in [...]/Jamm/Memory/RedisServer.php on line 355
Because of
return $this->__call('CONFIG_RESETSTAT', [] );
in Line 355.
Fixed, thanks.
Getting the error
PHP Parse error: syntax error, unexpected '[' in [...]/Jamm/Memory/RedisServer.php on line 355
Because of
return $this->__call('CONFIG_RESETSTAT', [] );
in Line 355.