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

index 6f322ae..2509f61 100644 (file)
@@ -80,7 +80,7 @@ class Pman_Admin_EventView extends Pman
         
         
         foreach($filesJ->FILES as $f){
-            $ip = $ff->baseURL."/image/events/". $f->tmp_name;
+            $ip = $ff->baseURL."/Images/events/". $f->tmp_name;
             echo '<a href="'.$ip.'/download" ><img src="'.$ip.'" width="150"/></a>';
                     
         }