From 38a260b1d707cb9ea4639403ee9a9410bccc1134 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 25 Nov 2008 16:50:29 +0000 Subject: Rename get_absolute_url to abs_current --- core/helpers/MY_url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers') 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()); } } -- cgit v1.2.3