summaryrefslogtreecommitdiff
path: root/actions/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/register.php')
-rw-r--r--actions/register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/register.php b/actions/register.php
index 2ca86ddf5..c370e4727 100644
--- a/actions/register.php
+++ b/actions/register.php
@@ -200,7 +200,7 @@ class RegisterAction extends Action {
}
common_element('input', $attrs);
common_text(_('My text and files are available under '));
- common_element('a', array(href => $config['license']['url']),
+ common_element('a', array('href' => $config['license']['url']),
$config['license']['title']);
common_text(_(' except this private data: password, email address, IM address, phone number.'));
common_element_end('p');