]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Change use of self_url to selfUrl
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 18 Jan 2009 17:11:18 +0000 (17:11 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 18 Jan 2009 17:11:18 +0000 (17:11 +0000)
actions/confirmaddress.php
actions/tagother.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;
         }
index e11e3a00df40c3c4f723465ecc0e98b76b0b93aa..e60eb8b584342aaadc77d381291f0d71a14f0d93 100644 (file)
@@ -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'),