summaryrefslogtreecommitdiff
path: root/modules/update/update.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-08 15:40:34 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-08 15:40:34 +0000
commit6481f6db337d8e20378565340d72082c13e38108 (patch)
treed111285c22af0078c7c236824f889f12bce66977 /modules/update/update.module
parent332c4ab574a94770e222c09ef217fbee61968b4f (diff)
downloadbrdo-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.module3
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),
+ ),
);
}