From 727d9e8865393a60ca243cdf647303b0a66f6977 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 18 Jan 2009 17:11:18 +0000 Subject: Change use of self_url to selfUrl --- actions/tagother.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/tagother.php') 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'), -- cgit v1.2.3-54-g00ecf