Skip to content

Commit 4cbbab2

Browse files
committed
changed return true. "as if the key is not there, it is like is has been removed successfully"
1 parent f9fb648 commit 4cbbab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/view/sfViewCacheManager.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ public function remove($internalUri, $hostName = '', $vary = '', $contextualPref
443443
return $this->cache->remove($cacheKey);
444444
}
445445

446-
return false;
446+
return true;
447447
}
448448

449449
/**

0 commit comments

Comments
 (0)