summaryrefslogtreecommitdiff
path: root/modules/recaptcha/controllers/admin_recaptcha.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-01-30 13:03:56 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-01-30 13:03:56 +0000
commita3aef693177547f47ab01a7f4c690b2935ed2114 (patch)
tree7cd2a5acf7911159c9787d28ed1f443a9e3a8d9a /modules/recaptcha/controllers/admin_recaptcha.php
parent7239a4d8bc82aead4cea481f428f54c4e9d52681 (diff)
Correct indentation
Diffstat (limited to 'modules/recaptcha/controllers/admin_recaptcha.php')
-rw-r--r--modules/recaptcha/controllers/admin_recaptcha.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/recaptcha/controllers/admin_recaptcha.php b/modules/recaptcha/controllers/admin_recaptcha.php
index f11fa438..ca3e77ad 100644
--- a/modules/recaptcha/controllers/admin_recaptcha.php
+++ b/modules/recaptcha/controllers/admin_recaptcha.php
@@ -21,8 +21,8 @@ class Admin_Recaptcha_Controller extends Admin_Controller {
public function index() {
$form = recaptcha::get_configure_form();
if (request::method() == "post") {
- $old_public_key = module::get_var("recaptcha", "public_key");
- $old_private_key = module::get_var("recaptcha", "private_key");
+ $old_public_key = module::get_var("recaptcha", "public_key");
+ $old_private_key = module::get_var("recaptcha", "private_key");
if ($form->validate()) {
$public_key = $form->configure_recaptcha->public_key->value;
$private_key = $form->configure_recaptcha->private_key->value;