mirror of
https://github.com/flextype/flextype.git
synced 2025-08-11 23:54:06 +02:00
Flextype Core: Entries - code fixes according Scrutinizer Tests.
This commit is contained in:
@@ -170,8 +170,8 @@ class Entries
|
||||
|
||||
// Try to get the entry from cache
|
||||
if (Cache::contains($entry_cache_id)) {
|
||||
if ($entry = Cache::fetch($entry_cache_id)) {
|
||||
$etnry = $entry;
|
||||
if ($_entry = Cache::fetch($entry_cache_id)) {
|
||||
$entry = $_entry;
|
||||
}
|
||||
} else {
|
||||
|
||||
|
Reference in New Issue
Block a user