Changeset 3290
- Timestamp:
- 05/17/07 00:57:49 (20 months ago)
- Files:
-
- 2 modified
-
branches/1.5/lib/model/blog.rss.php (modified) (1 diff)
-
trunk/lib/model/blog.rss.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/lib/model/blog.rss.php
r3124 r3290 17 17 if (!empty($blog['logo']) && file_exists(ROOT."/attach/$owner/{$blog['logo']}")) { 18 18 $logoInfo = getimagesize(ROOT."/attach/$owner/{$blog['logo']}"); 19 $channel['url'] = $ defaultURL."/attach/".$owner."/".$blog['logo'];19 $channel['url'] = $serviceURL."/attach/".$owner."/".$blog['logo']; 20 20 $channel['width'] = $logoInfo[0]; 21 21 $channel['height'] = $logoInfo[1]; -
trunk/lib/model/blog.rss.php
r3219 r3290 17 17 if (!empty($blog['logo']) && file_exists(ROOT."/attach/$owner/{$blog['logo']}")) { 18 18 $logoInfo = getimagesize(ROOT."/attach/$owner/{$blog['logo']}"); 19 $channel['url'] = $ defaultURL."/attach/".$owner."/".$blog['logo'];19 $channel['url'] = $serviceURL."/attach/".$owner."/".$blog['logo']; 20 20 $channel['width'] = $logoInfo[0]; 21 21 $channel['height'] = $logoInfo[1];
