Skip to content

Commit

Permalink
changed return true. "as if the key is not there, it is like is has b…
Browse files Browse the repository at this point in the history
…een removed successfully"
  • Loading branch information
connorhu committed Mar 21, 2024
1 parent f9fb648 commit 4cbbab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view/sfViewCacheManager.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ public function remove($internalUri, $hostName = '', $vary = '', $contextualPref
return $this->cache->remove($cacheKey);
}

return false;
return true;
}

/**
Expand Down

0 comments on commit 4cbbab2

Please sign in to comment.