Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/app/controllers/components/image.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/app/controllers/components/image.php b/site/app/controllers/components/image.php
index 721d373..039f83e 100644
--- a/site/app/controllers/components/image.php
+++ b/site/app/controllers/components/image.php
@@ -169,9 +169,9 @@ class ImageComponent extends Object {
return "{$this->controller->base}/img/no-preview.png";
}
else {
- // Always use en-US and firefox and append modified timestamp for
+ // Always use en-US and sugar and append modified timestamp for
// best caching results. Serves 150-200 million. Refrigerate after serving.
- return "{$this->controller->base}/en-US/firefox/images/{$type['url']}/{$preview_id}/".strtotime($preview['Preview']['modified']);
+ return "{$this->controller->base}/en-US/".APP_SHORTNAME."/images/{$type['url']}/{$preview_id}/".strtotime($preview['Preview']['modified']);
}
}