diff --git a/lib/view/sfViewCacheManager.class.php b/lib/view/sfViewCacheManager.class.php index 73f417089..07eb7bb99 100644 --- a/lib/view/sfViewCacheManager.class.php +++ b/lib/view/sfViewCacheManager.class.php @@ -443,7 +443,7 @@ public function remove($internalUri, $hostName = '', $vary = '', $contextualPref return $this->cache->remove($cacheKey); } - return false; + return true; } /**