diff options
Diffstat (limited to 'modules/update/update.module')
-rw-r--r-- | modules/update/update.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/update/update.module b/modules/update/update.module index 6ff35f5c1..8891a5067 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -721,6 +721,7 @@ function update_verify_update_archive($project, $archive_file, $directory) { /** * @defgroup update_status_cache Private update status cache system * @{ + * Functions to manage the update status cache. * * We specifically do NOT use the core cache API for saving the fetched data * about available updates. It is vitally important that this cache is only |