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.module10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/update/update.module b/modules/update/update.module
index 3d2c7ee32..c25ece824 100644
--- a/modules/update/update.module
+++ b/modules/update/update.module
@@ -245,20 +245,20 @@ function update_manager_access() {
function update_theme() {
return array(
'update_manager_update_form' => array(
- 'arguments' => array('form' => NULL),
+ 'render element' => 'form',
'file' => 'update.manager.inc',
),
'update_last_check' => array(
- 'arguments' => array('last' => NULL),
+ 'variables' => array('last' => NULL),
),
'update_report' => array(
- 'arguments' => array('data' => NULL),
+ 'variables' => array('data' => NULL),
),
'update_version' => array(
- 'arguments' => array('version' => NULL, 'tag' => NULL, 'class' => array()),
+ 'variables' => array('version' => NULL, 'tag' => NULL, 'class' => array()),
),
'update_status_label' => array(
- 'arguments' => array('status' => NULL),
+ 'variables' => array('status' => NULL),
),
);
}