diff --git a/src/LaunchDarkly/Impl/Integrations/FeatureRequesterBase.php b/src/LaunchDarkly/Impl/Integrations/FeatureRequesterBase.php index 805302674..e6cb86832 100644 --- a/src/LaunchDarkly/Impl/Integrations/FeatureRequesterBase.php +++ b/src/LaunchDarkly/Impl/Integrations/FeatureRequesterBase.php @@ -160,7 +160,7 @@ protected function getJsonItemList($namespace) $values = array(); } if ($this->_cache) { - $this->_cache->putCachedString($cacheKey, json_encode(values)); + $this->_cache->putCachedString($cacheKey, json_encode($values)); } } foreach ($values as $i => $s) {