fix license link in registration page
This commit is contained in:
parent
44162e07c3
commit
8d95151f7a
@ -428,7 +428,7 @@ class RegisterAction extends Action
|
||||
$this->element('input', $attrs);
|
||||
$this->text(_('My text and files are available under '));
|
||||
$this->element('a', array('href' => common_config('license', 'url')),
|
||||
$config['license']['title']);
|
||||
common_config('license', 'title'));
|
||||
$this->text(_(' except this private data: password, '.
|
||||
'email address, IM address, phone number.'));
|
||||
$this->elementEnd('li');
|
||||
|
Loading…
Reference in New Issue
Block a user