EventView.php
authorChris <chris@roojs.com>
Fri, 12 Oct 2012 10:13:28 +0000 (18:13 +0800)
committerChris <chris@roojs.com>
Fri, 12 Oct 2012 10:13:28 +0000 (18:13 +0800)
EventView.php

index b22be11..fb1c7d8 100644 (file)
@@ -78,7 +78,7 @@ class Pman_Admin_EventView extends Pman
         $filesJ = json_decode(file_get_contents($file));
         echo '<br /><PRE>Images Preview</PRE>';
         
-                $path = $ff->baseURL. "Images/Thumb/150/{$ev->on_id}";
+                $path = $ff->baseURL. "/Images/Thumb/150/{$ev->on_id}";
         foreach($filesJ->FILES as $f){
             $ip = $ff->Pman['event_log_dir']. "/{$user}" . date('/Y/m/d/',strtotime($ev->event_when)). $f->tmp_name;
 //            $img = getimagesize($ip);