diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 20:12:37 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 20:12:37 +0000 |
commit | 0e03df61eb6a29b561a58882b4e84b0aa9f58bdc (patch) | |
tree | 6b7226ff2cd5dc8f443a29702b461d8b401599b5 /lib/action.php | |
parent | e34efca7f326d794be5398abae8cbb7363bcfb9c (diff) | |
parent | aedf9942b4fbc9fdc8c65e3bbafc4cff0a32cb2d (diff) |
Merge branch 'uiredesign' of ../trunk into uiredesign
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 129a4b24b..5ff536dab 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; |