diff --git a/boost.module b/boost.module
index 6ac9526..6187978 100644
--- a/boost.module
+++ b/boost.module
@@ -262,7 +262,8 @@ function boost_exit($destination = NULL) {
       return;
     }
   }
-  elseif ($_boost['cache_this'] == FALSE) {
+
+  if ($_boost['cache_this'] == FALSE) {
     return;
   }
   elseif (!$_boost['is_cacheable']) {
