summaryrefslogtreecommitdiff
path: root/modules/g2_import/controllers
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2010-02-06 15:46:13 -0800
committerAndy Staudacher <andy.st@gmail.com>2010-02-06 15:46:13 -0800
commit33b39efb491d730c8653ca3c06a22297338aa8b8 (patch)
tree61d0bbb2c7c5a1b9e6c757dece2d3d3f3563a0f6 /modules/g2_import/controllers
parentd069155228acb9c9e86814a89cb2400434d18321 (diff)
Add core.DownloadItem redirect for G2's Photo and Movie items (was previously omitted, but we already had core.DownloadItem redirects for derivatives)
Diffstat (limited to 'modules/g2_import/controllers')
-rw-r--r--modules/g2_import/controllers/g2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/g2_import/controllers/g2.php b/modules/g2_import/controllers/g2.php
index 70461600..8260cf9f 100644
--- a/modules/g2_import/controllers/g2.php
+++ b/modules/g2_import/controllers/g2.php
@@ -64,6 +64,7 @@ class G2_Controller extends Controller {
case "resize":
url::redirect($item->resize_url(true));
+ case "file":
case "full":
url::redirect($item->file_url(true));