diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-05-08 21:09:15 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-05-08 21:09:15 -0700 |
commit | 357d20a6800d75c266ebe4281ebdd08e88a6e13a (patch) | |
tree | 16c04abd61e0b5721b051142b55fd9ca6f226cd1 /modules/recaptcha/controllers/admin_recaptcha.php | |
parent | 14683ec0e8b8b9622539990c8d56310b0e0ced21 (diff) | |
parent | b2f7f80efb4fc8de7c1be966720a5006310fefdb (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/recaptcha/controllers/admin_recaptcha.php')
-rw-r--r-- | modules/recaptcha/controllers/admin_recaptcha.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/recaptcha/controllers/admin_recaptcha.php b/modules/recaptcha/controllers/admin_recaptcha.php index 3f2959a5..264d3177 100644 --- a/modules/recaptcha/controllers/admin_recaptcha.php +++ b/modules/recaptcha/controllers/admin_recaptcha.php @@ -51,6 +51,7 @@ class Admin_Recaptcha_Controller extends Admin_Controller { recaptcha::check_config(); $view = new Admin_View("admin.html"); + $view->page_title = t("reCAPTCHA"); $view->content = new View("admin_recaptcha.html"); $view->content->public_key = module::get_var("recaptcha", "public_key"); $view->content->private_key = module::get_var("recaptcha", "private_key"); |