diff --git a/cps.module b/cps.module index 386cdb8..b39cc84 100644 --- a/cps.module +++ b/cps.module @@ -2135,7 +2135,7 @@ function cps_disable_entitycache($new_state = NULL) { * The old state that this function had before. */ function cps_disable_entitycache_reset($new_state = NULL) { - $state = &drupal_static(__FUNCTION__); + $state = &drupal_static(__FUNCTION__, FALSE); if (isset($new_state)) { $old_state = $state;