diff options
author | cash <cash.costello@gmail.com> | 2013-04-13 13:28:18 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2013-04-13 13:28:18 -0400 |
commit | 25de363c7c89e04391bea72eaef0f5913cf485c0 (patch) | |
tree | 1a0967a0221eaf748908c2135247b91c3a1002de /mod/pages/actions | |
parent | f461006377263b4a3cfe6b5f0c50f0df9e4fe35d (diff) | |
download | elgg-25de363c7c89e04391bea72eaef0f5913cf485c0.tar.gz elgg-25de363c7c89e04391bea72eaef0f5913cf485c0.tar.bz2 |
cleanup of entity caching code
Diffstat (limited to 'mod/pages/actions')
-rw-r--r-- | mod/pages/actions/pages/delete.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/actions/pages/delete.php b/mod/pages/actions/pages/delete.php index c99f15fbf..fd5791e4d 100644 --- a/mod/pages/actions/pages/delete.php +++ b/mod/pages/actions/pages/delete.php @@ -40,7 +40,7 @@ if (elgg_instanceof($page, 'object', 'page') || elgg_instanceof($page, 'object', 'metadata_name' => 'parent_guid', )); - invalidate_cache_for_entity($child_guid); + _elgg_invalidate_cache_for_entity($child_guid); if ($newentity_cache) { $newentity_cache->delete($child_guid); } |