From: Evan Prodromou Date: Sun, 18 Jan 2009 17:11:18 +0000 (+0000) Subject: Change use of self_url to selfUrl X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=727d9e8865393a60ca243cdf647303b0a66f6977;p=quix0rs-gnu-social.git Change use of self_url to selfUrl --- diff --git a/actions/confirmaddress.php b/actions/confirmaddress.php index 53410fbe63..3d1a3c275d 100644 --- a/actions/confirmaddress.php +++ b/actions/confirmaddress.php @@ -26,7 +26,7 @@ class ConfirmaddressAction extends Action { parent::handle($args); if (!common_logged_in()) { - common_set_returnto($this->self_url()); + common_set_returnto($this->selfUrl()); common_redirect(common_local_url('login')); return; } diff --git a/actions/tagother.php b/actions/tagother.php index e11e3a00df..e60eb8b584 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'),