forked from GNUsocial/gnu-social
Added li for entity_flag
This commit is contained in:
parent
6a1afda259
commit
8df388ce12
@ -119,7 +119,9 @@ class UserFlagPlugin extends Plugin
|
||||
|
||||
$form = new FlagProfileForm($item->action, $item->profile, $args);
|
||||
|
||||
$item->action->elementStart('li', 'entity_flag');
|
||||
$form->show();
|
||||
$item->action->elementEnd('li');
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user