summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-16 19:59:16 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-16 19:59:16 +0000
commited2fd6da6bbae0ccd433fead33c82f46e86a801e (patch)
tree92acbebebd439ce3e1e1ef8856d57f7d115db262 /lib
parentbe445a4b91b8a6245965fc68557947c52b99d35d (diff)
self_url -> selfUrl
Diffstat (limited to 'lib')
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
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;