forked from GNUsocial/gnu-social
Extended profile - make experience save and display
This commit is contained in:
@@ -241,6 +241,10 @@ class ExtendedProfileWidget extends Form
|
||||
);
|
||||
$this->out->elementEnd('li');
|
||||
$this->out->elementStart('li');
|
||||
$this->out->hidden(
|
||||
$id . '-current',
|
||||
'false'
|
||||
);
|
||||
$this->out->checkbox(
|
||||
$id . '-current',
|
||||
_m('Current'),
|
||||
|
Reference in New Issue
Block a user