diff --git a/sites/all/modules/contrib/boost/boost.module b/sites/all/modules/contrib/boost/boost.module index f71097d..4a491e2 100644 --- a/sites/all/modules/contrib/boost/boost.module +++ b/sites/all/modules/contrib/boost/boost.module @@ -1737,7 +1737,7 @@ function boost_expire_node($node, $nid = 0, $debug = FALSE) { $list = boost_views_get_valid_list(); foreach ($list as $hash => $enabled) { $info = explode(' - ', $hash); - if ($info[2] == '/taxonomy/term/%') { + if (isset($info[2]) && $info[2] == '/taxonomy/term/%') { // Load View $view = views_get_view($info[0], TRUE); if (!is_object($view)) {