diff --git a/modules/poll.module b/modules/poll.module index 68b54eb586c0cce2d56ba7199c218a3a25fe1a7d..1d5ade5c362d4d9c6e0b585b788712ef61c2d808 100644 --- a/modules/poll.module +++ b/modules/poll.module @@ -120,7 +120,7 @@ function poll_insert($node) { function poll_link($type) { if ($type == "menu.create" && user_access("post content")) { - $links[] = lm(t("create poll"), array("mod" => "node", "op" => "add", "type" => "poll"), "", array("title", t("Add a new poll."))); + $links[] = lm(t("create poll"), array("mod" => "node", "op" => "add", "type" => "poll"), "", array("title" => t("Add a new poll."))); } return $links ? $links : array(); diff --git a/modules/poll/poll.module b/modules/poll/poll.module index 68b54eb586c0cce2d56ba7199c218a3a25fe1a7d..1d5ade5c362d4d9c6e0b585b788712ef61c2d808 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -120,7 +120,7 @@ function poll_insert($node) { function poll_link($type) { if ($type == "menu.create" && user_access("post content")) { - $links[] = lm(t("create poll"), array("mod" => "node", "op" => "add", "type" => "poll"), "", array("title", t("Add a new poll."))); + $links[] = lm(t("create poll"), array("mod" => "node", "op" => "add", "type" => "poll"), "", array("title" => t("Add a new poll."))); } return $links ? $links : array();