diff options
Diffstat (limited to 'views/signup/index.html.php')
-rw-r--r-- | views/signup/index.html.php | 2 |
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 { |