EventView.php
[Pman.Admin] / EventView.php
index 0c1b9e1..8c636f9 100644 (file)
@@ -86,7 +86,7 @@ class Pman_Admin_EventView extends Pman
         
         
         foreach($filesJ->FILES as $k=>$f){
-            $ip = $ff->baseURL."/Images/events/". $ev->id . '/'. $f->tmp_name;
+            $ip = $this->baseURL."/Images/events/". $ev->id . '/'. $f->tmp_name;
             echo '<a href="'.$ip.'/download">' . htmlspecialchars( $k . ' - ' . $f->name ) . '</a><br/>';
         }