diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-08 15:40:34 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-08 15:40:34 +0000 |
commit | 6481f6db337d8e20378565340d72082c13e38108 (patch) | |
tree | d111285c22af0078c7c236824f889f12bce66977 /modules/update/update.module | |
parent | 332c4ab574a94770e222c09ef217fbee61968b4f (diff) | |
download | brdo-6481f6db337d8e20378565340d72082c13e38108.tar.gz brdo-6481f6db337d8e20378565340d72082c13e38108.tar.bz2 |
- Patch #456088 by dww, JohnAlbin | Dave Reid, Gábor Hojtsy, pwolanin, tic2000, meba: sub-themes not notified of security updates for base themes.
Diffstat (limited to 'modules/update/update.module')
-rw-r--r-- | modules/update/update.module | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/update/update.module b/modules/update/update.module index 80849031a..1de6e028c 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -172,6 +172,9 @@ function update_theme() { 'update_version' => array( 'arguments' => array('version' => NULL, 'tag' => NULL, 'class' => array()), ), + 'update_status_label' => array( + 'arguments' => array('status' => NULL), + ), ); } |