DataObjects/Events.php
authorChris <chris@roojs.com>
Fri, 12 Oct 2012 08:07:51 +0000 (16:07 +0800)
committerChris <chris@roojs.com>
Fri, 12 Oct 2012 08:07:51 +0000 (16:07 +0800)
DataObjects/Events.php

index eeaff64..f66aafd 100644 (file)
@@ -433,7 +433,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             $files[$k]['tmp_name'] = $this->id . '.' . 'file_'. $i.'.jpg';
             $nf = $ff->Pman['event_log_dir']. '/'. $user. date('/Y/m/d/'). $this->id . ".file_$i.jpg";
             if (!copy($f['tmp_name'], $nf)) {
-                echo "failed to copy $file...\n";
+                echo "failed to copy {$f['tmp_name']}...\n";
             }
         }
         print_r($files);