diff --git a/modules/aggregator.module b/modules/aggregator.module
index 7a2b2ec3d41..f752904bada 100644
--- a/modules/aggregator.module
+++ b/modules/aggregator.module
@@ -138,7 +138,7 @@ function import_theme_format_item($item, $feed = 0) {
global $user;
if ($user->uid && module_exist("blog") && user_access("maintain personal blog")) {
- $output .= "
". l("
", "node/add/blog&iid=$item->iid", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it")) ."
";
+ $output .= "". l("
", "node/add/blog", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it"), "iid=$item->iid") ."
";
}
// external link
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module
index 7a2b2ec3d41..f752904bada 100644
--- a/modules/aggregator/aggregator.module
+++ b/modules/aggregator/aggregator.module
@@ -138,7 +138,7 @@ function import_theme_format_item($item, $feed = 0) {
global $user;
if ($user->uid && module_exist("blog") && user_access("maintain personal blog")) {
- $output .= "". l("
", "node/add/blog&iid=$item->iid", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it")) ."
";
+ $output .= "". l("
", "node/add/blog", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it"), "iid=$item->iid") ."
";
}
// external link
diff --git a/modules/import.module b/modules/import.module
index 7a2b2ec3d41..f752904bada 100644
--- a/modules/import.module
+++ b/modules/import.module
@@ -138,7 +138,7 @@ function import_theme_format_item($item, $feed = 0) {
global $user;
if ($user->uid && module_exist("blog") && user_access("maintain personal blog")) {
- $output .= "". l("
", "node/add/blog&iid=$item->iid", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it")) ."
";
+ $output .= "". l("
", "node/add/blog", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it"), "iid=$item->iid") ."
";
}
// external link