Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CRM_Utils_Cache_SqlGroup - Don't encourage infinite recursion
The `deleteGroup(...$clearAll...)` option is heavy-handed and leads to call-paths that hard to grok. In the current design of CRM_Core_BAO_Cache (with multi-tier caching), one does need to clear these things. But let's not clear everything under the sun...
- Loading branch information