Images.php
authorChris <chris@roojs.com>
Fri, 12 Oct 2012 11:52:42 +0000 (19:52 +0800)
committerChris <chris@roojs.com>
Fri, 12 Oct 2012 11:52:42 +0000 (19:52 +0800)
Images.php

index 34b8d6a..87bad71 100644 (file)
@@ -81,7 +81,7 @@ class Pman_Core_Images extends Pman
             $popts = PEAR::getStaticProperty('Pman','options');
             $file = "{$popts['event_log_dir']}/{$bits[1]}.jpg";
             header ('Content-Type: image/jpeg');
-            if(!empty($bits[0]) && $bits[0] == 'events'){
+            if(!empty($bits[2]) && $bits[2] == 'download'){
                 header("Content-Disposition: attachment; filename=\"".basename($file)."\";" );
                 ob_clean();
                 flush();