summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 51ce7e288..57f0b787e 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1709,7 +1709,7 @@ function system_actions_manage() {
}
if ($actions_map) {
- $output .= drupal_get_form('system_actions_manage_form', $options);
+ $output .= drupal_render(drupal_get_form('system_actions_manage_form', $options));
}
return $output;