From 6481f6db337d8e20378565340d72082c13e38108 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 8 Oct 2009 15:40:34 +0000 Subject: =?UTF-8?q?-=20Patch=20#456088=20by=20dww,=20JohnAlbin=20|=20Dave?= =?UTF-8?q?=20Reid,=20G=C3=A1bor=20Hojtsy,=20pwolanin,=20tic2000,=20meba:?= =?UTF-8?q?=20sub-themes=20not=20notified=20of=20security=20updates=20for?= =?UTF-8?q?=20base=20themes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/update/update.module | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/update/update.module') 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), + ), ); } -- cgit v1.2.3