diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-26 16:35:25 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-26 16:35:25 -0500 |
commit | ca5a35607dfb277cecba120ce27eece7c59f270a (patch) | |
tree | 301e5b6fb94a2521f18ce926e69e659fe4e4fa54 /classes/TidypicsImage.php | |
parent | 22afb49f30fc9bcd6be84f734e89a9b644f2fb0f (diff) | |
download | elgg-ca5a35607dfb277cecba120ce27eece7c59f270a.tar.gz elgg-ca5a35607dfb277cecba120ce27eece7c59f270a.tar.bz2 |
fixed RSS feeds for Elgg 1.8
Diffstat (limited to 'classes/TidypicsImage.php')
-rw-r--r-- | classes/TidypicsImage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/TidypicsImage.php b/classes/TidypicsImage.php index 926bc386b..a37e0dc38 100644 --- a/classes/TidypicsImage.php +++ b/classes/TidypicsImage.php @@ -68,7 +68,7 @@ class TidypicsImage extends ElggFile { * @return string */ public function getSrcUrl($size = 'small') { - return "photos/thumbnail/$this->guid/$size/"; + return elgg_normalize_url("photos/thumbnail/$this->guid/$size/"); } /** |