forked from GNUsocial/gnu-social
wrong tags in tagother
This commit is contained in:
parent
746880e49e
commit
440d7d17b0
@ -90,7 +90,6 @@ class TagotherAction extends Action
|
||||
$this->elementEnd('dd');
|
||||
$this->elementEnd('dl');
|
||||
|
||||
|
||||
$this->elementStart('dl', 'entity_nickname');
|
||||
$this->element('dt', null, _('Nickname'));
|
||||
$this->elementStart('dd');
|
||||
@ -142,6 +141,8 @@ class TagotherAction extends Action
|
||||
$this->hidden('token', common_session_token());
|
||||
$this->hidden('id', $this->profile->id);
|
||||
|
||||
$user = common_current_user();
|
||||
|
||||
$this->elementStart('ul', 'form_data');
|
||||
$this->elementStart('li');
|
||||
$this->input('tags', _('Tags'),
|
||||
|
Loading…
Reference in New Issue
Block a user