summaryrefslogtreecommitdiff
path: root/modules/recaptcha/controllers/admin_recaptcha.php
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2010-04-30 16:23:05 -0700
committerAndy Staudacher <andy.st@gmail.com>2010-04-30 16:23:05 -0700
commit9edee3a7ef770c040b82164454703c35c81c196f (patch)
tree037e89a932f7d6a2b1a3be725b8d0bbb6af39964 /modules/recaptcha/controllers/admin_recaptcha.php
parent97ba2d87eb77c77d70430c9e2171b0184a999635 (diff)
parentf1076590f15f5dc55b164e2b22688a51c805265e (diff)
Merge commit 'upstream/master'
Diffstat (limited to 'modules/recaptcha/controllers/admin_recaptcha.php')
-rw-r--r--modules/recaptcha/controllers/admin_recaptcha.php1
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");