self_url -> selfUrl

This commit is contained in:
Evan Prodromou 2009-01-16 19:59:16 +00:00
parent be445a4b91
commit ed2fd6da6b

View File

@ -545,7 +545,7 @@ class Action extends HTMLOutputter // lawsuit
common_user_error($msg, $code); common_user_error($msg, $code);
} }
function self_url() function selfUrl()
{ {
$action = $this->trimmed('action'); $action = $this->trimmed('action');
$args = $this->args; $args = $this->args;