summaryrefslogtreecommitdiff
path: root/modules/atom/libraries/Gallery_Atom_Feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/atom/libraries/Gallery_Atom_Feed.php')
-rw-r--r--modules/atom/libraries/Gallery_Atom_Feed.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/atom/libraries/Gallery_Atom_Feed.php b/modules/atom/libraries/Gallery_Atom_Feed.php
index ff908682..61fba5b4 100644
--- a/modules/atom/libraries/Gallery_Atom_Feed.php
+++ b/modules/atom/libraries/Gallery_Atom_Feed.php
@@ -27,10 +27,10 @@ class Gallery_Atom_Feed_Core extends Atom_Feed {
parent::__construct("feed");
/* Set feed ID and self link. */
- $this->id(html::specialchars(atom::get_absolute_url()));
+ $this->id(html::specialchars(url::get_absolute_url()));
$this->link()
->rel("self")
- ->href(atom::get_absolute_url());
+ ->href(url::get_absolute_url());
}
public function link() {