diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-20 10:04:28 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-20 10:04:28 -0500 |
commit | 5ec5a22dc75cb8f4d896b41ca24067c68d3e1de6 (patch) | |
tree | 85523f3f95e3db2551953cd95996878dacfba3a2 /actions | |
parent | 673e7d2559dd0e0fe1405da60081946e6238251a (diff) |
make tagother work with router
Diffstat (limited to 'actions')
-rw-r--r-- | actions/tagother.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/tagother.php b/actions/tagother.php index 79151c911..0d18945a0 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()); |