]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tagother.php
fix case of OAuthUtil method
[quix0rs-gnu-social.git] / actions / tagother.php
index 79151c91184a7c7e3642eefea49c48c2fe579c10..0d18945a09e88b2e8d2cc9b2704584cc93184be1 100644 (file)
@@ -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());