diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-24 22:20:22 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-24 22:20:22 +0000 |
commit | 75d9a829d794c727ff526deb07ad272faac4380d (patch) | |
tree | 9722f6dd00549f4d93bf9da6466edf4186f79510 | |
parent | 983a893e8652c444646b511c817e9c0dd8a08945 (diff) |
Add @todo to look at normalizing the url functions to the ones already in MY_url.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)); |