diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-25 16:50:29 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-25 16:50:29 +0000 |
| commit | 38a260b1d707cb9ea4639403ee9a9410bccc1134 (patch) | |
| tree | e2a37fbe90b8fe4b25abc15e3e8230a674a03ad1 /modules/atom/libraries/Gallery_Atom_Entry.php | |
| parent | 102f0f566b930f9c5030df47f198f0e1627ce317 (diff) | |
Rename get_absolute_url to abs_current
Diffstat (limited to 'modules/atom/libraries/Gallery_Atom_Entry.php')
| -rw-r--r-- | modules/atom/libraries/Gallery_Atom_Entry.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/atom/libraries/Gallery_Atom_Entry.php b/modules/atom/libraries/Gallery_Atom_Entry.php index e7d0ea8b..ee5abd07 100644 --- a/modules/atom/libraries/Gallery_Atom_Entry.php +++ b/modules/atom/libraries/Gallery_Atom_Entry.php @@ -27,10 +27,10 @@ class Gallery_Atom_Entry_Core extends Atom_Entry { parent::__construct("entry"); /* 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() { |
