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 --- modules/atom/libraries/Gallery_Atom_Feed.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/atom/libraries/Gallery_Atom_Feed.php') diff --git a/modules/atom/libraries/Gallery_Atom_Feed.php b/modules/atom/libraries/Gallery_Atom_Feed.php index 61fba5b4..ba44f15a 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(url::get_absolute_url())); + $this->id(html::specialchars(url::abs_current())); $this->link() ->rel("self") - ->href(url::get_absolute_url()); + ->href(url::abs_current()); } public function link() { -- cgit v1.2.3