Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-02-13 14:02:17 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-21 00:19:27 (GMT)
commit701750fa748810d4a72f2115158cd79123ce1473 (patch)
tree7ffcc774967e3e93a8125c072b292680a7e7756a
parent5ed3f965b57be266d826240f32bbe5962ef0ae4c (diff)
Unhardcode firefox from icon url
-rw-r--r--site/app/controllers/components/image.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/controllers/components/image.php b/site/app/controllers/components/image.php
index 54b1927..721d373 100644
--- a/site/app/controllers/components/image.php
+++ b/site/app/controllers/components/image.php
@@ -119,7 +119,7 @@ class ImageComponent extends Object {
}
}
else {
- return "{$this->controller->base}/en-US/firefox/images/addon_icon/{$addon_id}/".strtotime($addon['Addon']['modified']);
+ return "{$this->controller->base}/en-US/".APP_SHORTNAME."/images/addon_icon/{$addon_id}/".strtotime($addon['Addon']['modified']);
}
}