From a8233ed9795e42bb013a4d860fa063d8710d71eb Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 25 Jan 2009 06:28:04 +0000 Subject: Undo the adding underscores to the id on forge generated forms --- modules/akismet/helpers/akismet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/akismet/helpers') diff --git a/modules/akismet/helpers/akismet.php b/modules/akismet/helpers/akismet.php index 67be802f..db84b6a1 100644 --- a/modules/akismet/helpers/akismet.php +++ b/modules/akismet/helpers/akismet.php @@ -21,7 +21,7 @@ class akismet_Core { public static $test_mode = TEST_MODE; static function get_configure_form() { - $form = new Forge("admin/akismet", "", "post", array("id" => "gConfigure_Akismet_Form")); + $form = new Forge("admin/akismet", "", "post", array("id" => "gConfigureAkismetForm")); $group = $form->group("configure_akismet")->label(t("Configure Akismet")); $group->input("api_key")->label(t("API Key"))->value(module::get_var("akismet", "api_key")); $group->api_key->error_messages("invalid", t("The API key you provided is invalid.")); -- cgit v1.2.3