Skip to content

Commit

Permalink
Store unserialized data in local cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tmotyl authored May 14, 2020
1 parent ad8cfb5 commit a6b5b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Zend/Locale/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ public static function getContent($locale, $path, $value = false)
} else {
self::$_cache->save( $data, $id);
}
static::$_localCache[$id] = $data;
static::$_localCache[$id] = $temp;
}

return $temp;
Expand Down

0 comments on commit a6b5b80

Please sign in to comment.