summaryrefslogtreecommitdiffstats
path: root/views/signup/index.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/signup/index.html.php')
-rw-r--r--views/signup/index.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/signup/index.html.php b/views/signup/index.html.php
index f7929f8..0799ef5 100644
--- a/views/signup/index.html.php
+++ b/views/signup/index.html.php
@@ -6,7 +6,7 @@ if (isset($key))
echo "Confirmation Link: ";
echo $this->html->link("Link", array('controller' => 'signup',
'action' => 'confirm',
- 'args' => $key->key));
+ 'args' => $key->key));
}
else
{