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/confirmaddress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/confirmaddress.php') diff --git a/actions/confirmaddress.php b/actions/confirmaddress.php index 53410fbe6..3d1a3c275 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; } -- cgit v1.2.3-54-g00ecf