]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
self_url -> selfUrl
authorEvan Prodromou <evan@controlyourself.ca>
Fri, 16 Jan 2009 19:59:16 +0000 (19:59 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 16 Jan 2009 19:59:16 +0000 (19:59 +0000)
lib/action.php

index 792b9c0575bad294e69b65dc2d9ef4c68fe78cf3..1edfe157f6aec4c8f68d55640b376e6a565710cf 100644 (file)
@@ -545,7 +545,7 @@ class Action extends HTMLOutputter // lawsuit
         common_user_error($msg, $code);
     }
 
-    function self_url()
+    function selfUrl()
     {
         $action = $this->trimmed('action');
         $args = $this->args;