diff --git a/sites/all/modules/contrib/views/includes/cache.inc b/sites/all/modules/contrib/views/includes/cache.inc index 59c1733..84085fd 100644 --- a/sites/all/modules/contrib/views/includes/cache.inc +++ b/sites/all/modules/contrib/views/includes/cache.inc @@ -27,13 +27,13 @@ function _views_fetch_data($table = NULL, $move = TRUE, $reset = FALSE) { if (!empty($data->data)) { $cache[$table] = $data->data; } - else { + //else { if (!$fully_loaded) { // No cache entry, rebuild. $cache = _views_fetch_data_build(); $fully_loaded = TRUE; } - } + //} } if (isset($cache[$table])) { if (isset($cache[$table]['moved to']) && $move) {