diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-25 16:50:29 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-25 16:50:29 +0000 |
commit | 38a260b1d707cb9ea4639403ee9a9410bccc1134 (patch) | |
tree | e2a37fbe90b8fe4b25abc15e3e8230a674a03ad1 /core/helpers | |
parent | 102f0f566b930f9c5030df47f198f0e1627ce317 (diff) |
Rename get_absolute_url to abs_current
Diffstat (limited to 'core/helpers')
-rw-r--r-- | core/helpers/MY_url.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/MY_url.php b/core/helpers/MY_url.php index 5095c701..1c40c2bc 100644 --- a/core/helpers/MY_url.php +++ b/core/helpers/MY_url.php @@ -33,7 +33,7 @@ class url extends url_Core { return url::site($path, "http"); } - public static function get_absolute_url() { + public static function abs_current() { return self::abs_site(url::current()); } } |