X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftagother.php;h=0d18945a09e88b2e8d2cc9b2704584cc93184be1;hb=da532bae9131b6dec8f5c0d67ce77c4ad1736f7d;hp=79151c91184a7c7e3642eefea49c48c2fe579c10;hpb=012288bdf6f4ad41c861504c05b2ac1cee834dd3;p=quix0rs-gnu-social.git diff --git a/actions/tagother.php b/actions/tagother.php index 79151c9118..0d18945a09 100644 --- a/actions/tagother.php +++ b/actions/tagother.php @@ -135,7 +135,8 @@ class TagotherAction extends Action 'id' => 'form_tag_user', 'class' => 'form_settings', 'name' => 'tagother', - 'action' => $this->selfUrl())); + 'action' => common_local_url('tagother', array('id' => $this->profile->id)))); + $this->elementStart('fieldset'); $this->element('legend', null, _('Tag user')); $this->hidden('token', common_session_token());