diff options
author | raylu <raylu@mixpanel.com> | 2011-07-10 20:13:24 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-10 20:23:39 -0700 |
commit | 913bca163e3c00c2f956b7882945b73a5d47ce71 (patch) | |
tree | 0c98c37b9a412cc8f926bb35b16aaf524148a618 /views/signup/index.html.php | |
parent | b40e09347acc09d935ad9dc6d4b3ffb3f051c70c (diff) | |
download | otakuhub-913bca163e3c00c2f956b7882945b73a5d47ce71.tar.xz |
Revert permissions, fix whitespace, fix other signup link
This reverts commit b40e09347acc09d935ad9dc6d4b3ffb3f051c70c.
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 { |