]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/confirmaddress.php
More space for the counter
[quix0rs-gnu-social.git] / actions / confirmaddress.php
index 53410fbe63b9d07d06dba501eb4b7ef70def49c7..3d1a3c275d448e7b8dd7b681701e3fea6b57a188 100644 (file)
@@ -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;
         }