summaryrefslogtreecommitdiffstats
path: root/image.php
diff options
context:
space:
mode:
Diffstat (limited to 'image.php')
-rw-r--r--image.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/image.php b/image.php
index ad604b5f..3a5c4465 100644
--- a/image.php
+++ b/image.php
@@ -46,7 +46,7 @@ switch ($_REQUEST['thumb']) {
case '2':
$size['height'] = '128';
$size['width'] = '128';
- // $return_raw = true;
+ $return_raw = true;
break;
case '3':
/* This is used by the flash player */
@@ -57,7 +57,7 @@ switch ($_REQUEST['thumb']) {
default:
$size['height'] = '275';
$size['width'] = '275';
- // $return_raw = true;
+ $return_raw = true;
break;
} // define size based on thumbnail