diff options
Diffstat (limited to 'modules/atom/helpers/atom.php')
-rw-r--r-- | modules/atom/helpers/atom.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/atom/helpers/atom.php b/modules/atom/helpers/atom.php index d4b895e5..fdc21053 100644 --- a/modules/atom/helpers/atom.php +++ b/modules/atom/helpers/atom.php @@ -35,7 +35,7 @@ class atom_Core { } /** - * + * @todo can this be normalized with the code in MY_url */ public static function get_absolute_url() { $base_url = atom::get_base_url(); @@ -44,7 +44,7 @@ class atom_Core { } /** - * + * @todo can this be normalized with the code in MY_url */ public static function get_base_url() { return sprintf("http://%s%s", $_SERVER["HTTP_HOST"], url::base(true)); |