summaryrefslogtreecommitdiff
path: root/modules/shortcut/shortcut.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/shortcut/shortcut.module')
-rw-r--r--modules/shortcut/shortcut.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/shortcut/shortcut.module b/modules/shortcut/shortcut.module
index e69cae7be..d3c9e2473 100644
--- a/modules/shortcut/shortcut.module
+++ b/modules/shortcut/shortcut.module
@@ -109,11 +109,11 @@ function shortcut_menu() {
function shortcut_theme() {
return array(
'shortcut_set_switch' => array(
- 'arguments' => array('form' => NULL),
+ 'render element' => 'form',
'file' => 'shortcut.admin.inc',
),
'shortcut_set_customize' => array(
- 'arguments' => array('form' => NULL),
+ 'render element' => 'form',
'file' => 'shortcut.admin.inc',
),
);