diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-16 19:59:16 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-16 19:59:16 +0000 |
commit | ed2fd6da6bbae0ccd433fead33c82f46e86a801e (patch) | |
tree | 92acbebebd439ce3e1e1ef8856d57f7d115db262 /lib/action.php | |
parent | be445a4b91b8a6245965fc68557947c52b99d35d (diff) |
self_url -> selfUrl
Diffstat (limited to 'lib/action.php')
-rw-r--r-- | lib/action.php | 2 |
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; |