]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tagother.php
Only start daemons that are required, according to the site config. There is the...
[quix0rs-gnu-social.git] / actions / tagother.php
index 79151c91184a7c7e3642eefea49c48c2fe579c10..0c5bb7cf3ecacac93f311a47c401e0715499641b 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());
@@ -220,7 +221,8 @@ class TagotherAction extends Action
             $this->elementEnd('html');
         } else {
             common_redirect(common_local_url($action, array('nickname' =>
-                                                            $user->nickname)));
+                                                            $user->nickname)),
+                            303);
         }
     }