summaryrefslogtreecommitdiff
path: root/modules/update/update.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/update/update.module')
-rw-r--r--modules/update/update.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.module b/modules/update/update.module
index 8f624c5c9..204047e8c 100644
--- a/modules/update/update.module
+++ b/modules/update/update.module
@@ -379,7 +379,7 @@ function update_flush_caches() {
* Invalidates any cached data relating to update status.
*/
function update_invalidate_cache() {
- cache_clear_all('update_info', 'cache_update');
+ cache_clear_all('*', 'cache_update', TRUE);
}
/**