EventView.php
authorEdward <edward@roojs.com>
Tue, 21 Aug 2018 06:12:32 +0000 (14:12 +0800)
committerEdward <edward@roojs.com>
Tue, 21 Aug 2018 06:12:32 +0000 (14:12 +0800)
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/>';
         }