summaryrefslogtreecommitdiff
path: root/core/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers')
-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());
}
}