summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-25 16:50:29 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-25 16:50:29 +0000
commit38a260b1d707cb9ea4639403ee9a9410bccc1134 (patch)
treee2a37fbe90b8fe4b25abc15e3e8230a674a03ad1 /core
parent102f0f566b930f9c5030df47f198f0e1627ce317 (diff)
Rename get_absolute_url to abs_current
Diffstat (limited to 'core')
-rw-r--r--core/helpers/MY_url.php2
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());
}
}