diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-18 17:11:18 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-18 17:11:18 +0000 |
commit | 727d9e8865393a60ca243cdf647303b0a66f6977 (patch) | |
tree | 73a19a1a04c932f0fd21c5647dc51ca935bc3bde /actions/confirmaddress.php | |
parent | 321d52a15cc2dc461ffa850b397a934b6e543077 (diff) |
Change use of self_url to selfUrl
Diffstat (limited to 'actions/confirmaddress.php')
-rw-r--r-- | actions/confirmaddress.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |