summaryrefslogtreecommitdiff
path: root/actions/tagother.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-18 17:11:18 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-18 17:11:18 +0000
commit727d9e8865393a60ca243cdf647303b0a66f6977 (patch)
tree73a19a1a04c932f0fd21c5647dc51ca935bc3bde /actions/tagother.php
parent321d52a15cc2dc461ffa850b397a934b6e543077 (diff)
Change use of self_url to selfUrl
Diffstat (limited to 'actions/tagother.php')
-rw-r--r--actions/tagother.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/tagother.php b/actions/tagother.php
index e11e3a00d..e60eb8b58 100644
--- a/actions/tagother.php
+++ b/actions/tagother.php
@@ -93,7 +93,7 @@ class TagotherAction extends Action
$this->elementStart('form', array('method' => 'post',
'id' => 'tag_user',
'name' => 'tagother',
- 'action' => $this->self_url()));
+ 'action' => $this->selfUrl()));
$this->hidden('token', common_session_token());
$this->hidden('id', $profile->id);
$this->input('tags', _('Tags'),