From ed2fd6da6bbae0ccd433fead33c82f46e86a801e Mon Sep 17 00:00:00 2001
From: Evan Prodromou <evan@controlyourself.ca>
Date: Fri, 16 Jan 2009 19:59:16 +0000
Subject: self_url -> selfUrl

---
 lib/action.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib/action.php')

diff --git a/lib/action.php b/lib/action.php
index 792b9c057..1edfe157f 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -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;
-- 
cgit v1.2.3-54-g00ecf