Skip to content

Commit

Permalink
Merge pull request #9605 from ErichBSchulz/patch-4
Browse files Browse the repository at this point in the history
allow descendant classes to access the cache array
  • Loading branch information
colemanw authored Jan 9, 2017
2 parents 88c31e4 + 1606b7e commit 1b750cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Utils/Cache/ArrayCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CRM_Utils_Cache_Arraycache implements CRM_Utils_Cache_Interface {
/**
* The cache storage container, an in memory array by default
*/
private $_cache;
protected $_cache;

/**
* Constructor.
Expand Down

0 comments on commit 1b750cf

Please sign in to comment.