From 76957a25e6eb2ce82fc3f52f6f4f97be4748f6e6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 25 May 2009 10:43:54 +0000 Subject: - Patch #470594 by Moshe: convert more pages and blocks to return arrays. --- modules/comment/comment.admin.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/comment') diff --git a/modules/comment/comment.admin.inc b/modules/comment/comment.admin.inc index ba7017865..5d29c9b0f 100644 --- a/modules/comment/comment.admin.inc +++ b/modules/comment/comment.admin.inc @@ -13,10 +13,10 @@ function comment_admin($type = 'new') { $edit = $_POST; if (isset($edit['operation']) && ($edit['operation'] == 'delete') && isset($edit['comments']) && $edit['comments']) { - return drupal_render(drupal_get_form('comment_multiple_delete_confirm')); + return drupal_get_form('comment_multiple_delete_confirm'); } else { - return drupal_render(drupal_get_form('comment_admin_overview', $type, arg(4))); + return drupal_get_form('comment_admin_overview', $type, arg(4)); } } -- cgit v1.2.3